You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The @SuperCommand annotation can be used to create a command/subcommand structure.
The parser that's created by a @SuperCommand will stop parsing after the last @Parameter was read,
and return the remaining tokens as a String[] array. This array can then be passed to a @Command or even another @SuperCommand.
See this project, where
something like this happens: