-
-
Notifications
You must be signed in to change notification settings - Fork 91
Usage
Brett Terpstra edited this page Dec 19, 2021
·
3 revisions
Doing uses "subcommands," similar to git
. Every command is doing
followed by a subcommand.
doing [global options] command [command options] [arguments...]
-f, --doing_file=arg - Specify a different doing_file (default: none)
--help - Show this message
--[no-]notes - Output notes if included in the template (default: enabled)
--stdout - Send results report to STDOUT instead of STDERR
--version - Display the program version
-x, --[no-]noauto - Exclude auto tags and default tags
Use doing help
to get a full list of available commands, and use doing help COMMAND
to get help for each command.
There are a lot of commands, so they're broken up here into groups.