Skip to content

Commit 9bd9b3d

Browse files
sumitarorahansl
authored andcommitted
docs(@angular/cli): fixing new docs
1 parent 272766f commit 9bd9b3d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/documentation/new.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Default applications are created in a directory of the same name, with an initia
1111
<details>
1212
<summary>directory</summary>
1313
<p>
14-
`--directory` (alias: `-dir`) _default value: dir_
14+
<code>--directory</code> (alias: <code>-dir</code>) <em>default value: dir</em>
1515
</p>
1616
<p>
1717
The directory name to create the app in.
@@ -21,7 +21,7 @@ Default applications are created in a directory of the same name, with an initia
2121
<details>
2222
<summary>dry-run</summary>
2323
<p>
24-
`--dry-run` (alias: `-d`) _default value: false_
24+
<code>--dry-run</code> (alias: <code>-d</code>) <em>default value: false</em>
2525
</p>
2626
<p>
2727
Run through without making any changes.
@@ -31,7 +31,7 @@ Default applications are created in a directory of the same name, with an initia
3131
<details>
3232
<summary>inline-style</summary>
3333
<p>
34-
`--inline-style` (alias: `-is`) _default value: false_
34+
<code>--inline-style</code> (alias: <code>-is</code>) <em>default value: false</em>
3535
</p>
3636
<p>
3737
Should have an inline style.
@@ -41,7 +41,7 @@ Default applications are created in a directory of the same name, with an initia
4141
<details>
4242
<summary>inline-template</summary>
4343
<p>
44-
`--inline-template` (alias: `-it`) _default value: false_
44+
<code>--inline-template</code> (alias: <code>-it</code>) <em>default value: false</em>
4545
</p>
4646
<p>
4747
Should have an inline template.
@@ -51,7 +51,7 @@ Default applications are created in a directory of the same name, with an initia
5151
<details>
5252
<summary>prefix</summary>
5353
<p>
54-
`--prefix` (alias: `-p`) _default value: app_
54+
<code>--prefix</code> (alias: <code>-p</code>) <em>default value: app</em>
5555
</p>
5656
<p>
5757
The prefix to use for all component selectors.
@@ -61,7 +61,7 @@ Default applications are created in a directory of the same name, with an initia
6161
<details>
6262
<summary>routing</summary>
6363
<p>
64-
`--routing` _default value: false_
64+
<code>--routing</code> <em>default value: false</em>
6565
</p>
6666
<p>
6767
Generate a routing module.
@@ -71,7 +71,7 @@ Default applications are created in a directory of the same name, with an initia
7171
<details>
7272
<summary>skip-commit</summary>
7373
<p>
74-
`--skip-commit` (alias: `-sc`) _default value: false_
74+
<code>--skip-commit</code> (alias: <code>-sc</code>) <em>default value: false</em>
7575
</p>
7676
<p>
7777
Skip committing the first commit to git.
@@ -81,7 +81,7 @@ Default applications are created in a directory of the same name, with an initia
8181
<details>
8282
<summary>skip-git</summary>
8383
<p>
84-
`--skip-git` (alias: `-sg`) _default value: false_
84+
<code>--skip-git</code> (alias: <code>-sg</code>) <em>default value: false</em>
8585
</p>
8686
<p>
8787
Skip initializing a git repository.
@@ -91,7 +91,7 @@ Default applications are created in a directory of the same name, with an initia
9191
<details>
9292
<summary>skip-install</summary>
9393
<p>
94-
`--skip-install` (alias: `-si`) _default value: false_
94+
<code>--skip-install</code> (alias: <code>-si</code>) <em>default value: false</em>
9595
</p>
9696
<p>
9797
Skip installing packages.
@@ -101,7 +101,7 @@ Default applications are created in a directory of the same name, with an initia
101101
<details>
102102
<summary>skip-tests</summary>
103103
<p>
104-
<code>--skip-tests</code> (aliases: <code>-st</code>) <em>default value: false</em>
104+
<code>--skip-tests (aliases: </code>-st) <em>default value: false</em>
105105
</p>
106106
<p>
107107
Skip creating spec files.
@@ -114,7 +114,7 @@ Default applications are created in a directory of the same name, with an initia
114114
<details>
115115
<summary>source-dir</summary>
116116
<p>
117-
`--source-dir` (alias: `-sd`) _default value: src_
117+
<code>--source-dir</code> (alias: <code>-sd</code>) <em>default value: src</em>
118118
</p>
119119
<p>
120120
The name of the source directory.
@@ -124,7 +124,7 @@ Default applications are created in a directory of the same name, with an initia
124124
<details>
125125
<summary>style</summary>
126126
<p>
127-
`--style` _default value: css_
127+
<code>--style</code> <em>default value: css</em>
128128
</p>
129129
<p>
130130
The style file default extension.
@@ -134,7 +134,7 @@ Default applications are created in a directory of the same name, with an initia
134134
<details>
135135
<summary>verbose</summary>
136136
<p>
137-
`--verbose` (alias: `-v`) _default value: false_
137+
<code>--verbose</code> (alias: <code>-v</code>) <em>default value: false</em>
138138
</p>
139139
<p>
140140
Adds more details to output logging.

0 commit comments

Comments
 (0)