Merge pull request #1543 from tbhaxor/patch-1

Update ng.completion.bash
pull/1550/head
Nils Winkler 2020-04-06 09:22:03 +02:00 committed by GitHub
commit 4d7b897e5f
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