520 B
520 B
effect
| effect |
|---|
| patch |
Refine unstable CLI parent/subcommand flag composition.
- Add
Command.withSharedFlagsconflict validation against existing subcommands, including thewithSubcommands(...).withSharedFlags(...)composition order. - Reorder
Commandtype parameters toCommand<Name, Input, ContextInput, E, R>for clearer parent-context modeling. - Make
Command.withSubcommandsinput typing sound for downstream input-based combinators by reflecting that subcommand paths only carry parent context input.