For a simple command line tool, a single help screen (usually invoked with a -h)
can show you all of the available functionality. But large complex command line
tools may have many subcommands, or even subcommands of subcommands, each with
its own help text.
The Azure CLI [https://docs.microsoft.