mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-27 12:15: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
|
# Global options
|
||||||
complete -c gem -n 'not __fish_use_subcommand' -s h -l help -d "Print usage informations and quit"
|
complete -c gem -n '__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 v -l version -d "Print the version and quit"
|
||||||
|
|
||||||
#####
|
#####
|
||||||
# Subcommands
|
# Subcommands
|
||||||
|
|
Loading…
Reference in a new issue