Combining Options/Args and Prompts in a Command
Is it possible to have a command with options/args that also has some prompts?
Currently it seems these are quite seperated, you can use the options/args from a parent command but it still requires an additional 'word' to trigger the subcommand
Currently it seems these are quite seperated, you can use the options/args from a parent command but it still requires an additional 'word' to trigger the subcommand
