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
* feat: allow multiple views in create view command
* test: change executable name to allow comparison
* fix: rollback last commit
* chore(commands): added todo comment
* feat(commands): allow creation of multiple items in create widget-, bottomsheet-, dialog-, and service command
* feat(commands)!: change workingDir to a flag
* Fixes version check change when running locally
* Makes cli tool beta
* Updates changelof
* Bumps pubspec
* Fixes pubspec warning
---------
Co-authored-by: Dane Mackier <[email protected]>
***actions:** allow tests to pass with warning ([#53](https://github.com/Stacked-Org/cli/issues/53)) ([bc00354](https://github.com/Stacked-Org/cli/commit/bc00354f878d84f37bd3d14803ccac7d798e78ed))
Copy file name to clipboardExpand all lines: lib/src/constants/message_constants.dart
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
/// Stores all the messages used throughout the app that communicates
2
2
/// with the user of the package.
3
+
library;
3
4
4
5
/// Message shown when we encounter a failure during generation that's caused by an invalid
5
6
/// app structure.
@@ -101,3 +102,7 @@ Stacked config file should be renamed from "stacked.config.json" to "stacked.jso
101
102
constString kDeprecatedPaths ='''
102
103
Paths on Stacked config do not need to start with directory "lib" or "test" because are mandatory directories, defined by the Flutter framework. Stacked cli will not accept paths starting with "lib" or "test" after the next minor release.
103
104
''';
105
+
106
+
constString kCommandHelpProjectPath ='''
107
+
When path is provided, it will be considered the project directory instead of the current directory.
0 commit comments