Skip to content

Commit

Permalink
fix(docs): Add new user help to CLI help
Browse files Browse the repository at this point in the history
Fixes #54.
  • Loading branch information
RossBarnie committed Jun 13, 2024
1 parent ae08cee commit 9406c9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ fn main() -> Result<()> {
.version(crate_version!())
.author("Nikolas Schmidt-Voigt <[email protected]>")
.about("A simple timetracker")
.after_help("To get help for a specific subcommand, run `bartib [SUBCOMMAND] --help`.
To get started, view the `start` help with `bartib start --help`")
.setting(AppSettings::SubcommandRequiredElseHelp)
.setting(AppSettings::VersionlessSubcommands)
.arg(
Expand Down

0 comments on commit 9406c9c

Please sign in to comment.