Skip to content

Commit 257a094

Browse files
committed
Update
1 parent d1342f5 commit 257a094

File tree

1 file changed

+1
-2
lines changed
  • lib/src/generate_screen_bindings

1 file changed

+1
-2
lines changed

lib/src/generate_screen_bindings/app.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,12 @@ Future<void> runGenerateScreenBindingsApp(List<String> args) async {
3232
'roots',
3333
abbr: 'r',
3434
help: 'Root directory paths separated by `&`.',
35-
defaultsTo: 'lib',
35+
defaultsTo: '.',
3636
)
3737
..addOption(
3838
'subs',
3939
abbr: 's',
4040
help: 'Sub-directory paths separated by `&`.',
41-
defaultsTo: 'screens',
4241
)
4342
..addOption(
4443
'patterns',

0 commit comments

Comments
 (0)