Skip to content

Commit

Permalink
garden: add subcommands to the usage text
Browse files Browse the repository at this point in the history
  • Loading branch information
davvid committed Jan 31, 2021
1 parent 6315e57 commit ba1e3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/garden.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ fn parse_args() -> model::CommandOptions {
ap.refer(&mut options.subcommand).required().add_argument(
"command",
argparse::Store,
"{add, cmd, eval, exec, ls, shell, <custom>}",
"{add, cmd, eval, exec, grow, help, init, inspect, ls, shell, <custom>}",
);

ap.refer(&mut options.args).add_argument(
Expand Down

0 comments on commit ba1e3cf

Please sign in to comment.