You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tooling/stacked-cli.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ The following `arguments` are available on create view command:
58
58
| --help | -h | Prints this usage information. |
59
59
| --[no-]exclude-route || When a route is excluded it will not be added to your app.dart routes collection. |
60
60
| --[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. |
62
62
| --config-path | -c | Sets the file path for the custom config. |
63
63
| --line-length | -l | When a number is provided, it will be used as the line length for formatting code. |
64
64
@@ -78,7 +78,7 @@ The following `arguments` are available on create service command:
| --[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. |
82
82
| --config-path | -c | Sets the file path for the custom config. |
83
83
| --line-length | -l | When a number is provided, it will be used as the line length for formatting code. |
84
84
@@ -99,7 +99,7 @@ The following `arguments` are available on create bottom_sheet command:
99
99
| --help | -h | Prints this usage information. |
100
100
| --[no-]exclude-route || When a route is excluded it will not be added to your app.dart routes collection. |
101
101
| --[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. |
103
103
| --config-path | -c | Sets the file path for the custom config. |
104
104
| --line-length | -l | When a number is provided, it will be used as the line length for formatting code. |
105
105
@@ -120,7 +120,7 @@ The following `arguments` are available on create dialog command:
120
120
| --help | -h | Prints this usage information. |
121
121
| --[no-]exclude-route || When a route is excluded it will not be added to your app.dart routes collection. |
122
122
| --[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. |
124
124
| --config-path | -c | Sets the file path for the custom config. |
125
125
| --line-length | -l | When a number is provided, it will be used as the line length for formatting code. |
0 commit comments