Skip to content

Commit 8957461

Browse files
committed
chore: Update generate_screen.dart
1 parent 3ef5e3f commit 8957461

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

bin/generate_screen.dart

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ import 'package:df_log/df_log.dart';
1616

1717
void main(List<String> args) async {
1818
DebugLog.debugOnly = false;
19-
await runGenerateScreensApp([
20-
'--class-name',
21-
args.first,
22-
'-o',
23-
'.',
24-
]);
19+
printRed('Testing...');
20+
await runGenerateScreensApp(args);
2521
}

lib/src/run_generate_screens_app.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Future<void> runGenerateScreensApp(List<String> args) async {
3131
'output',
3232
abbr: 'o',
3333
help: 'Output directory path.',
34-
defaultsTo: toLocalSystemPathFormat('/lib/screens'),
34+
defaultsTo: '.',
3535
)
3636
..addOption(
3737
'class-name',

0 commit comments

Comments
 (0)