Update ng.completion.bash

pull/1543/head
Gurkirat Singh 2020-04-02 18:59:10 +05:30 committed by GitHub
parent 88231867b6
commit 5ad244da87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

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