🇺🇸 🇯🇵
generate completions for fish-shell with --help
option
With fisherman
fisher ryotako/fish-completion-generator
NAME:
gencomp - Completion generator for fish-shell
USAGE:
gencomp [options] [command names...]
OPTIONS:
-d, --dry-run print completions without execution
--edit edit a generated completion
--erase erase generated completions
-l, --list list generated completions
-r, --root print the directory to save completions
-S, --subcommands generate completion for subcommands
-u, --use use the specified command to get usage
``{}'' is replaced with the arguments
-w, --wraps inherit existing completions
-h, --help show this help
VARIABLES:
gencomp_dir directory to save completions
EXAMPLES:
gencomp peco
gencomp ghq --subcommands
gencomp bd --use '{} -h'
gencomp my-git --wraps git