Browse Source

The argument completion also has no extra options.

Carlo Dapor 8 years ago
parent
commit
a748f513a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/ng/ng.plugin.zsh

+ 1 - 1
plugins/ng/ng.plugin.zsh

@@ -16,7 +16,7 @@ _ng_completion () {
       opts='-o --output-path'
       ;;
 
-    i | install)
+    completion | i | install)
       opts=''
       ;;