mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-24 11:58:11 +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…
x
Reference in New Issue
Block a user