mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 05:57:58 +08:00
fix gem --version/--help tab completions
This commit is contained in:
parent
17ab7bde44
commit
f2a507c4a7
|
@ -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 New Issue
Block a user