Skip to content

Commit da371bf

Browse files
Broccohansl
authored andcommitted
docs: update the pipe blueprint docs
1 parent c44620b commit da371bf

File tree

1 file changed

+54
-6
lines changed

1 file changed

+54
-6
lines changed

docs/documentation/generate/pipe.md

+54-6
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,62 @@
66
`ng generate pipe [name]` generates a pipe
77

88
## Options
9-
`--app` Specifies app name or index to use.
9+
<details>
10+
<summary>app</summary>
11+
<p>
12+
`--app` (alias: `-a`) _default value: 1st app_
13+
</p>
14+
<p>
15+
Specifies app name to use.
16+
</p>
17+
</details>
1018

11-
`--export` Specifies if declaring module exports the pipe.
19+
<details>
20+
<summary>export</summary>
21+
<p>
22+
`--export`
23+
</p>
24+
<p>
25+
Specifies if declaring module exports the pipe.
26+
</p>
27+
</details>
1228

13-
`--flat` Flag to indicate if a dir is created.
29+
<details>
30+
<summary>flat</summary>
31+
<p>
32+
`--flat`
33+
</p>
34+
<p>
35+
Flag to indicate if a dir is created.
36+
</p>
37+
</details>
1438

15-
`--module` (`-m`) Allows specification of the declaring module.
39+
<details>
40+
<summary>module</summary>
41+
<p>
42+
`--module` (alias: `-m`)
43+
</p>
44+
<p>
45+
Allows specification of the declaring module.
46+
</p>
47+
</details>
1648

17-
`--skip-import` Allows for skipping the module import.
49+
<details>
50+
<summary>skip-import</summary>
51+
<p>
52+
`--skip-import`
53+
</p>
54+
<p>
55+
Allows for skipping the module import.
56+
</p>
57+
</details>
1858

19-
`--spec` Specifies if a spec file is generated.
59+
<details>
60+
<summary>spec</summary>
61+
<p>
62+
`--spec`
63+
</p>
64+
<p>
65+
Specifies if a spec file is generated.
66+
</p>
67+
</details>

0 commit comments

Comments
 (0)