Subcommand
Used to define subcommands under a main command.
For example, within git commit
, commit
is a subcommand of git
.
Subcommands can also be nested within subcommands.
Used to define subcommands under a main command.
For example, within git commit
, commit
is a subcommand of git
.
Subcommands can also be nested within subcommands.