mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 04:13:08 +00:00
fix gem --version/--help tab completions
This commit is contained in:
parent
17ab7bde44
commit
f2a507c4a7
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
#####
|
||||
# Global options
|
||||
complete -c gem -n 'not __fish_use_subcommand' -s h -l help -d "Print usage informations and quit"
|
||||
complete -c gem -n 'not __fish_use_subcommand' -s v -l version -d "Print the version and quit"
|
||||
complete -c gem -n '__fish_use_subcommand' -s h -l help -d "Print usage informations and quit"
|
||||
complete -c gem -n '__fish_use_subcommand' -s v -l version -d "Print the version and quit"
|
||||
|
||||
#####
|
||||
# Subcommands
|
||||
|
|
Loading…
Reference in a new issue