From 23a4d6e3b445347374642ceccd2f69517d16d639 Mon Sep 17 00:00:00 2001 From: Neo Date: Thu, 8 Dec 2016 14:18:50 -0500 Subject: [PATCH 1/2] Update the README.md in the blueprints with the new help command --- packages/angular-cli/blueprints/ng2/files/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/angular-cli/blueprints/ng2/files/README.md b/packages/angular-cli/blueprints/ng2/files/README.md index 48b7f48a7657..851fb1af4de2 100755 --- a/packages/angular-cli/blueprints/ng2/files/README.md +++ b/packages/angular-cli/blueprints/ng2/files/README.md @@ -28,4 +28,4 @@ Run `ng github-pages:deploy` to deploy to Github Pages. ## Further help -To get more help on the `angular-cli` use `ng --help` or go check out the [Angular-CLI README](https://github.com/angular/angular-cli/blob/master/README.md). +To get more help on the `angular-cli` use `ng help` or go check out the [Angular-CLI README](https://github.com/angular/angular-cli/blob/master/README.md). From f2e53fe9be2a42f13ca1c48448aa5e71b513f2c5 Mon Sep 17 00:00:00 2001 From: Neo Date: Thu, 8 Dec 2016 14:21:07 -0500 Subject: [PATCH 2/2] Remove invalid help completion --- packages/angular-cli/utilities/completion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/angular-cli/utilities/completion.sh b/packages/angular-cli/utilities/completion.sh index 5d4e8b1782bc..f1af947e61fb 100644 --- a/packages/angular-cli/utilities/completion.sh +++ b/packages/angular-cli/utilities/completion.sh @@ -6,7 +6,7 @@ # or ng completion 1>> ~/.zshrc 2>>&1 # -ng_opts='b build completion doc e2e g generate get github-pages:deploy gh-pages:deploy h help i init install lint make-this-awesome new s serve server set t test v version -h --help' +ng_opts='b build completion doc e2e g generate get github-pages:deploy gh-pages:deploy h help i init install lint make-this-awesome new s serve server set t test v version' build_opts='--aot --base-href --environment --output-path --progress --sourcemap --suppress-sizes --target --vendor-chunk --verbose --watch --watcher -bh -dev -e -o -prod -sm -t -w' generate_opts='class component directive enum module pipe route service c cl d e m p r s --help'