-
Notifications
You must be signed in to change notification settings - Fork 1
Displaying dsu help
Gene M. Angelo, Jr edited this page Jan 11, 2024
·
5 revisions
dsu
has three levels of help. Each successive level provides the appropriate level of detail.
-
dsu
general help -
dsu
command help -
dsu
command subcommand help
dsu help
dsu # Equivalent to the above
Typing dsu help <COMMAND>
where COMMAND is the name of any dsu
command, will display the help for that command.
dsu help add
dsu h a # Equivalent to the above, only using shorthand
You can display help for any command subcommand.
Some dsu
commands have subsequent subcommands. dsu
commands that display the SUBCOMMAND banner, have subsequent subcommands.
Typing dsu <COMMAND> help <SUBCOMMAND>
where SUBCOMMAND is the name of any subcommand corresponding to COMMAND, will display the help for that subcommand.
Here we see that the dsu edit
command has subcommands.
dsu help
Here we see the names of these subcommands (date
, today
, tomorrow
and yesterday
)
dsu help edit
You can display help for any of these subcommands.
dsu edit help date
dsu edit help today
dsu edit help tomorrow
dsu edit help yesterday