r0gue-io/pop-cli

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

Open

#499 opened on Mar 28, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (39 forks)github user discovery
good first issuelow

Repository metrics

Stars
 (113 stars)
PR merge metrics
 (No merged PRs in 30d)

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

Contributor guide