diff --git a/lib/executable.dart b/lib/executable.dart index 0b9014c..cb3ac64 100644 --- a/lib/executable.dart +++ b/lib/executable.dart @@ -84,7 +84,7 @@ Future main(List args) async { DevicesCommand(verboseHelp: verboseHelp), DoctorCommand(verbose: verbose), EmulatorsCommand(), - FormatCommand(), + FormatCommand(verboseHelp: verbose), GenerateLocalizationsCommand( fileSystem: globals.fs, logger: globals.logger,