Skip to content

Commit

Permalink
Make sure 'shovels help' mentions a relevant doc guide
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Feb 17, 2025
1 parent 407110a commit 9e2b25d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ pub fn parser() -> Command {
.subcommands(get_subcommands()),
Command::new("shovels")
.about("Operations on shovels")
.after_long_help(color_print::cformat!("<bold>Doc guide</bold>: {}", SHOVEL_GUIDE_URL))
.subcommand_value_name("shovels")
.subcommands(shovel_subcommands()),
Command::new("tanzu")
Expand Down

0 comments on commit 9e2b25d

Please sign in to comment.