mirror of
https://github.com/nikolassv/bartib
synced 2025-02-26 03:47:09 +00:00
parent
ae08ceeb6d
commit
26934dceaa
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,8 @@ fn main() -> Result<()> {
|
|||
.version(crate_version!())
|
||||
.author("Nikolas Schmidt-Voigt <nikolas.schmidt-voigt@posteo.de>")
|
||||
.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(
|
||||
|
|
Loading…
Add table
Reference in a new issue