Skip to content

Commit

Permalink
style: add about text to shell-hook command
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jan 16, 2024
1 parent 5c65ccf commit b86a979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pub enum Command {
Run(run::Args),
#[clap(alias = "s")]
Shell(shell::Args),
#[clap(hide = true)]
#[clap(hide = true, about = "Print the activation script")]
ShellHook,
#[clap(alias = "g")]
Global(global::Args),
Expand Down

0 comments on commit b86a979

Please sign in to comment.