1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

The argument completion also has no extra options.

This commit is contained in:
Carlo Dapor
2016-08-12 21:01:51 +02:00
committed by Marc Cornellà
parent bd599066d7
commit a748f513a6

View File

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