r0gue-io/pop-cli

refactor: `skip-confirm` to `no-input`

Open

#499 ouverte le 28 mars 2025

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Rust (39 forks)github user discovery
good first issuelow

Métriques du dépôt

Stars
 (113 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Seems to be the standard: https://clig.dev/#interactivity

Look also for:

Use standard names for flags, if there is a standard. If another commonly used command uses a flag name, it’s best to follow that existing pattern. That way, a user doesn’t have to remember two different options (and which command it applies to), and users can even guess an option without having to look at the help text.

at https://clig.dev/#arguments-and-flags

Guide contributeur