Paul Alvarez
Results
12
comments of
Paul Alvarez
instead of setting, `PositionalArgs: MaximumNArgs(0)`, you can set `Args: cobra.NoArgs`, the result of which is that the subcommand's 'unknown command' behavior will be consistent with that of the top-level command....
@ollm it works well now! thank you :)