Would you be willing to expose the SubCommand type the same way as Command ?
It would be very useful to use it instead of its parent type Opts.
Currently, it's possible to create a command with Opts (arguments, or subcommands), it would be nice to be able to use the same approach for subcommands.
Would you be willing to expose the
SubCommandtype the same way asCommand?It would be very useful to use it instead of its parent type
Opts.Currently, it's possible to create a command with Opts (arguments, or subcommands), it would be nice to be able to use the same approach for subcommands.