Skip to content

Commit 3106ede

Browse files
committed
Update
1 parent b028c94 commit 3106ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/generate_screen_access/app.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Future<void> generateScreenAccessApp(List<String> args) async {
3232
'roots',
3333
abbr: 'r',
3434
help: 'Root directory paths separated by `&`.',
35-
defaultsTo: toLocalSystemPathFormat('/lib/screens'),
35+
defaultsTo: '.',
3636
)
3737
..addOption(
3838
'subs',

0 commit comments

Comments
 (0)