r0gue-io/pop-cli

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

Open

#499 创建于 2025年3月28日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Rust (39 fork)github user discovery
good first issuelow

仓库指标

Star
 (113 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南