While --help is a mechanism that works for understanding details of a command, however, you have to recursively traverse different sub commands with --help further to understand the full syntax. The --tree command simply prints commands, subcommands and options all in one display.
This command is also available for subcommands to display the entire tree of the subcommand and possible ways it can be used.
While
--helpis a mechanism that works for understanding details of a command, however, you have to recursively traverse different sub commands with--helpfurther to understand the full syntax. The--treecommand simply prints commands, subcommands and options all in one display.This command is also available for subcommands to display the entire tree of the subcommand and possible ways it can be used.