We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe5990 commit 1ef8de5Copy full SHA for 1ef8de5
packages/@angular/cli/commands/completion.ts
@@ -144,8 +144,8 @@ const CompletionCommand = Command.extend({
144
# 2. Produce Bash-only completion: "ng completion -b" or "ng completion --bash".
145
# 3. Produce Zsh-only completion: "ng completion -z" or "ng completion --zsh".
146
#
147
- # Installation: ng completion -b >> ~/.bashrc
148
- # or ng completion -z >> ~/.zshrc
+ # Usage: . <(ng completion --bash) # place it appropriately in .bashrc or
+ # . <(ng completion --zsh) # find a spot for it in .zshrc
149
#`);
150
151
if (commandOptions.all && !commandOptions.bash) {
0 commit comments