diff --git a/lib/commands/flutter.dart b/lib/commands/flutter.dart index 0a5bd81d..f1107a1a 100644 --- a/lib/commands/flutter.dart +++ b/lib/commands/flutter.dart @@ -23,7 +23,10 @@ class FlutterCommand extends Command { help: '''Suppress analytics reporting when this command runs.''') ..addFlag('bug-report', help: - '''Captures a bug report file to submit to the Flutter team. Contains local paths, device identifiers, and log snippets.'''); + '''Captures a bug report file to submit to the Flutter team. Contains local paths, device identifiers, and log snippets.''') + ..addFlag('debug', help: '''Build a debug version of your app.''') + ..addFlag('release', + help: '''Build a release version of your app (default mode).'''); } Future run() async {