Skip to content

Commit cc4cea4

Browse files
[New] Add missing commands in bash_completion
1 parent 059ab0e commit cc4cea4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bash_completion

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ __nvm_commands ()
2525
help install uninstall use run exec
2626
alias unalias reinstall-packages
2727
current list ls list-remote ls-remote
28-
clear-cache deactivate unload
29-
version which'
28+
cache clear-cache deactivate unload
29+
version version-remote which
30+
debug'
3031

3132
if [ ${#COMP_WORDS[@]} == 4 ]; then
3233

0 commit comments

Comments
 (0)