Skip to content

Commit 8009f54

Browse files
ferraraferFilledStacks
authored andcommitted
Fix template argument description
1 parent d2936c5 commit 8009f54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/tooling/stacked-cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The following `arguments` are available on create view command:
5858
| --help | -h | Prints this usage information. |
5959
| --[no-]exclude-route | | When a route is excluded it will not be added to your app.dart routes collection. |
6060
| --[no-]v1 | | When v1 or use-builder is provided, ViewModelBuilder will be used instead of StackedView. |
61-
| --template | -t | Selects the type of starter template to use when creating a new app. One oriented for mobile first or web first. Allowed: **mobile**, web. |
61+
| --template | -t | Selects the type of view to create instead of the default empty view. |
6262
| --config-path | -c | Sets the file path for the custom config. |
6363
| --line-length | -l | When a number is provided, it will be used as the line length for formatting code. |
6464

@@ -78,7 +78,7 @@ The following `arguments` are available on create service command:
7878
| ------------------------- | ----- | ---------------------------------------------------------------------------------------------------------------- |
7979
| --help | -h | Prints this usage information. |
8080
| --[no-]exclude-dependency | | When a route is excluded it will not be added to your app.dart routes collection. |
81-
| --template | -t | Selects the type of starter template to use when creating a new app. One oriented for mobile first or web first. Allowed: **mobile**, web. |
81+
| --template | -t | Selects the type of service to create instead of the default empty service. |
8282
| --config-path | -c | Sets the file path for the custom config. |
8383
| --line-length | -l | When a number is provided, it will be used as the line length for formatting code. |
8484

@@ -99,7 +99,7 @@ The following `arguments` are available on create bottom_sheet command:
9999
| --help | -h | Prints this usage information. |
100100
| --[no-]exclude-route | | When a route is excluded it will not be added to your app.dart routes collection. |
101101
| --[no-]model | | When model is provided, StackedView will be used instead of StatelessWidget and a Model will be created. Defaults: **true**. |
102-
| --template | -t | Selects the type of starter template to use when creating a new app. One oriented for mobile first or web first. Allowed: **mobile**, web. |
102+
| --template | -t | Selects the type of bottom sheet to create instead of the default empty bottom sheet. |
103103
| --config-path | -c | Sets the file path for the custom config. |
104104
| --line-length | -l | When a number is provided, it will be used as the line length for formatting code. |
105105

@@ -120,7 +120,7 @@ The following `arguments` are available on create dialog command:
120120
| --help | -h | Prints this usage information. |
121121
| --[no-]exclude-route | | When a route is excluded it will not be added to your app.dart routes collection. |
122122
| --[no-]model | | When model is provided, StackedView will be used instead of StatelessWidget and a Model will be created. Defaults: **true**. |
123-
| --template | -t | Selects the type of dialog to create instead of the default empty dialog. Allowed: **empty**. |
123+
| --template | -t | Selects the type of dialog to create instead of the default empty dialog. |
124124
| --config-path | -c | Sets the file path for the custom config. |
125125
| --line-length | -l | When a number is provided, it will be used as the line length for formatting code. |
126126

0 commit comments

Comments
 (0)