Documentation
¶
Overview ¶
Command is an example CLI where that uses sub-commands. The program shows how to configure commands, command options, and then invoke the parsing and execution of a command.
The two commands are very similar, but show how to configure shared flags through struct embedding, use different types for options, and how to use both optional and required arguments.
Click to show internal directories.
Click to hide internal directories.