8000 chore(completion): add options for ng test: --code-coverage / -cc and… · oneiltdev/angular-cli@21eaa9b · GitHub
[go: up one dir, main page]

Skip to content

Commit 21eaa9b

Browse files
catullfilipesilva
authored andcommitted
chore(completion): add options for ng test: --code-coverage / -cc and --lint / -l.
Close angular#2889
1 parent c732acd commit 21eaa9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/angular-cli/utilities/completion.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ init_opts='--dry-run inline-style inline-template --link-cli --mobile --name --p
1616
new_opts='--directory --dry-run inline-style inline-template --link-cli --mobile --prefix --routing --skip-bower --skip-git --skip-npm --source-dir --style --verbose -d -dir -is -it -lc -p -sb -sd -sg -sn -v'
1717
serve_opts='--aot --environment --host --live-reload --live-reload-base-url --live-reload-host --live-reload-live-css --live-reload-port --open --port --proxy-config --ssl --ssl-cert --ssl-key --target --watcher -H -e -lr -lrbu -lrh -lrp -o -p -pc -t -w'
1818
set_opts='--global -g'
19-
test_opts='--browsers --build --colors --log-level --port --reporters --watch -w'
19+
test_opts='--browsers --build --code-coverage --colors --lint --log-level --port --reporters --watch -cc -l -w'
20+
2021
version_opts='--verbose'
2122

2223
if test ".$(type -t complete 2>/dev/null || true)" = ".builtin"; then

0 commit comments

Comments
 (0)
0