Skip to content

Commit ae998ae

Browse files
committed
fix: added about text to help menu
1 parent da30e87 commit ae998ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const DEFAULT_REPO: &str = "dreadnode/robopages";
2323
const DEFAULT_PATH: &str = "~/.robopages/";
2424

2525
#[derive(Debug, Parser)]
26-
#[clap(name = "robopages", version)]
26+
#[clap(name = "robopages", about, version)]
2727
pub(crate) struct Arguments {
2828
#[clap(subcommand)]
2929
pub command: Command,

0 commit comments

Comments
 (0)