-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
Description
Audit and improve CLI help across commands to ensure a clear, consistent, and user-friendly experience.
Goals
- Make flag descriptions accurate, concise, and consistent.
- Provide better examples that cover common workflows and edge cases.
- Improve help layout/content so users can quickly understand what to do next.
Scope
- Review help output for root command and key subcommands (e.g.
init,create,edit,alpha/*). - Standardize wording for shared flags (
--plugins,--project-version, etc.). - Ensure examples are relevant per command and do not mention unsupported combinations.
- Prefer actionable guidance (what it does, when to use it, minimal example).
- Verify if has flags that should be marked as deprecated either since has no longer usage
Acceptance criteria
- All flags have clear descriptions (no ambiguity, no outdated wording).
- Each major command has at least 2–3 high-value examples.
- Help output avoids noisy/technical errors and reads well in terminals.
- Consistent formatting across commands (headings, examples, tables).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.