Skip to content

Commit

Permalink
update --argc-mangen description
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Feb 20, 2024
1 parent b6b1cb2 commit 42281fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bin/argc/completions/completion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# @option --argc-eval~ <FILE> <ARGS> Use `eval "$(argc --argc-eval "$0" "$@")"`
# @option --argc-create~ <TASKS> Create a boilerplate argcfile
# @option --argc-build <FILE> <OUTPATH?> Generate standalone bash script without argc dependency
# @option --argc-mangen <FILE> <OUTDIR?> Generate man page
# @option --argc-mangen <FILE> <OUTDIR> Generate man page
# @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
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 @@ -268,7 +268,7 @@ USAGE:
argc --argc-eval <SCRIPT> [ARGS]... Use `eval "$(argc --argc-eval "$0" "$@")"`
argc --argc-create [TASKS]... Create a boilerplate argcfile
argc --argc-build <SCRIPT> [OUTPATH] Generate standalone bash script without argc dependency
argc --argc-mangen <SCRIPT> <OUTDIR?> Generate man pages
argc --argc-mangen <SCRIPT> <OUTDIR> Generate man pages
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
Expand Down

0 comments on commit 42281fe

Please sign in to comment.