@@ -6,24 +6,24 @@ It outlines features to be implemented and their current status.
66> [ !IMPORTANT]
77> This roadmap is a work in progress and is subject to change.
88
9- - ** Command Structure**
9+ - ** Command Structure**
1010 - [x] Nested commands and subcommands
1111 - [x] Command aliases and single-character shortcuts
1212 - [x] Persistent flags (flags on parent commands are available to children)
1313
14- - ** Argument & Flag Parsing**
14+ - ** Argument & Flag Parsing**
1515 - [x] Long flags (` --verbose ` ), short flags (` -v ` ), and grouped boolean flags (` -vf ` )
1616 - [x] Positional Arguments (supports required, optional, and variadic)
1717 - [x] Type-safe access for flags and arguments (e.g., ` ctx.getFlag("count", i64) ` )
1818 - [x] Reading flag values from environment variables
1919
20- - ** Help & Usage Output**
20+ - ** Help & Usage Output**
2121 - [x] Automatic and context-aware ` --help ` flag
2222 - [x] Automatic ` --version ` flag
2323 - [x] Clean, aligned help output for commands, flags, and arguments
2424 - [x] Grouping subcommands into custom sections
2525
26- - ** Developer Experience**
26+ - ** Developer Experience**
2727 - [x] Simple, declarative API for building commands
2828 - [x] Named access for all flags and arguments
2929 - [x] Shared context data for passing application state
0 commit comments