1
Fork 0
mirror of https://github.com/Steffo99/config-fish.git synced 2025-01-03 12:34:19 +00:00
config-fish/completions/nvm.fish
2020-10-19 19:08:42 +02:00

6 lines
380 B
Fish

complete -xc nvm -n __fish_use_subcommand -a ls -d "List available versions matching <regex>"
complete -xc nvm -n __fish_use_subcommand -a use -d "Download <version> and modify PATH so it's available"
complete -xc nvm -n __fish_use_subcommand -a --help -d "Show usage help"
complete -xc nvm -n __fish_use_subcommand -a --version -d "Show the current version of nvm"
nvm complete