You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/angular-cli/utilities/completion.sh
+2-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,8 @@
2
2
#
3
3
# ng command completion script
4
4
#
5
-
# Installation: ng completion >> ~/.bashrc (or ~/.zshrc)
5
+
# Installation: ng completion 1>> ~/.bashrc 2>>&1
6
+
# or ng completion 1>> ~/.zshrc 2>>&1
6
7
#
7
8
8
9
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'
0 commit comments