mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-05 12:00:17 +00:00
fisher --list description change.
This commit is contained in:
parent
8a27d75cf1
commit
8e7af93423
@ -2,7 +2,7 @@ set -l IFS ";"
|
||||
|
||||
complete -xc fisher
|
||||
|
||||
complete -c fisher -n "__fish_use_subcommand" -s l -l list -d "List plugins [file]"
|
||||
complete -c fisher -n "__fish_use_subcommand" -s l -l list -d "[=<file>] List plugins"
|
||||
complete -c fisher -n "__fish_use_subcommand" -s h -l help -d "Display help"
|
||||
complete -c fisher -n "__fish_use_subcommand" -s v -l version -d "Show version information"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user