mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Complete gem install --user-install
This commit is contained in:
parent
ff476eff2d
commit
ca485768cb
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ complete $install_opt -s l -l local -d "Restrict operations to the LOCAL domain
|
|||
complete $install_opt -s r -l remote -d "Restrict operations to the REMOTE domain"
|
||||
complete $install_opt -s b -l both -d "Allow LOCAL and REMOTE operations"
|
||||
complete $install_opt -s i -l install-dir -d "Gem repository directory to get installed gems" -x
|
||||
complete $install_opt -s i -l user-install -d "Install in user's home directory instead of GEM_HOME."
|
||||
complete $install_opt -s N -l no-document -d "Disable documentation generation on install"
|
||||
complete $install_opt -l document -a '(__fish_append , rdoc ri)' -d "Specify the documentation types you wish to generate"
|
||||
complete $install_opt -s f -l force -d "Force gem to install, bypassing dependency checks"
|
||||
|
|
Loading…
Reference in a new issue