Update ng.completion.bash

This commit is contained in:
Gurkirat Singh
2020-04-02 18:59:10 +05:30
committed by GitHub
parent 88231867b6
commit 5ad244da87

View File

@@ -1,3 +1,5 @@
. <(ng completion --bash)
# . <(ng completion --bash) obselete
NG_COMMANDS="add build config doc e2e generate help lint new run serve test update version xi18n"
complete -W "$NG_COMMANDS" ng