Skip to content

Commit

Permalink
refactor: help texts
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Apr 9, 2024
1 parent 6373572 commit 350bb3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "argc"
version = "1.16.0"
edition = "2021"
authors = ["sigoden <[email protected]>"]
description = "A bash cli framework, also a task management & automation tool."
description = "A bash cli framework, also a task management & automation tool"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/sigoden/argc"
repository = "https://github.com/sigoden/argc"
Expand Down
2 changes: 1 addition & 1 deletion src/bin/argc/completions/completion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# @option --argc-completions~[`_choice_completion`] <SHELL> <CMDS> Generate shell completion scripts
# @option --argc-compgen~[`_choice_compgen`] <SHELL> <FILE> <ARGS> Generate completion candidates
# @option --argc-export <FILE> Export command line definitions as json
# @option --argc-parallel~ <FILE> <ARGS> Execute argc functions in parallel
# @option --argc-parallel~ <FILE> <ARGS> Run functions in parallel
# @flag --argc-script-path Print current argcfile path
# @flag --argc-shell-path Print current shell path
# @flag --argc-help Print help information
Expand Down
2 changes: 1 addition & 1 deletion src/bin/argc/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ USAGE:
argc --argc-completions <SHELL> [CMDS]... Generate shell completion scripts
argc --argc-compgen <SHELL> <SCRIPT> <ARGS>... Generate completion candidates
argc --argc-export <SCRIPT> Export command line definitions as json
argc --argc-parallel <SCRIPT> <ARGS>... Execute argc functions in parallel
argc --argc-parallel <SCRIPT> <ARGS>... Run functions in parallel
argc --argc-script-path Print current argcfile path
argc --argc-shell-path Print current shell path
argc --argc-help Print help information
Expand Down

0 comments on commit 350bb3a

Please sign in to comment.