Skip to content
Gene M. Angelo, Jr edited this page Jan 5, 2024 · 30 revisions

Welcome to the dsu wiki.

Install

gem install dsu

Displaying help

After installation (gem install dsu), the first thing you may want to do is run the dsu help.

$ dsu or $ dsu help

image

Display command help

Typing dsu help <COMMAND> where COMMAND is the name of any dsu command, will display the help for that command. For example:

dsu help edit
image

Displaying subcommand help

Typing dsu <COMMAND> help <SUBCOMMAND> where SUBCOMMAND is the name of any COMMAND SUBCOMMAND, will display the help for that command's subcommand. For example:

dsu edit help date
image