mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 11:03:53 +08:00
docs: remove hard line wrapping from auto-completion terminal snippet
This commit is contained in:
parent
7b5de2c22b
commit
81a68c0cde
@ -13,11 +13,8 @@ Simply answer "Yes" and the CLI will take care of the rest.
|
||||
|
||||
```
|
||||
$ ng serve
|
||||
? 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
|
||||
Appended `source <(ng completion script)` to `/home/my-username/.bashrc`. Restart your terminal or
|
||||
run:
|
||||
? 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
|
||||
Appended `source <(ng completion script)` to `/home/my-username/.bashrc`. Restart your terminal or run:
|
||||
|
||||
source <(ng completion script)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user