Merge pull request #1543 from tbhaxor/patch-1

Update ng.completion.bash
This commit is contained in:
Nils Winkler
2020-04-06 09:22:03 +02:00
committed by GitHub

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