Skip to content

Commit 81a68c0

Browse files
committed
docs: remove hard line wrapping from auto-completion terminal snippet
1 parent 7b5de2c commit 81a68c0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

packages/angular/cli/src/commands/completion/long-description.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@ Simply answer "Yes" and the CLI will take care of the rest.
1313

1414
```
1515
$ ng serve
16-
? Would you like to enable autocompletion? This will set up your terminal so pressing TAB while
17-
typing Angular CLI commands will show possible options and autocomplete arguments. (Enabling
18-
autocompletion will modify configuration files in your home directory.) Yes
19-
Appended `source <(ng completion script)` to `/home/my-username/.bashrc`. Restart your terminal or
20-
run:
16+
? Would you like to enable autocompletion? This will set up your terminal so pressing TAB while typing Angular CLI commands will show possible options and autocomplete arguments. (Enabling autocompletion will modify configuration files in your home directory.) Yes
17+
Appended `source <(ng completion script)` to `/home/my-username/.bashrc`. Restart your terminal or run:
2118
2219
source <(ng completion script)
2320

0 commit comments

Comments
 (0)