| Index: lib/src/options.dart
|
| diff --git a/lib/src/options.dart b/lib/src/options.dart
|
| index b152e5f4f2b62a15e3d58c4dee55d4cec2a685a8..3fa1334431d8c67b0b344c02ed77b13647447861 100644
|
| --- a/lib/src/options.dart
|
| +++ b/lib/src/options.dart
|
| @@ -302,7 +302,8 @@ final ArgParser argParser = StrongModeOptions.addArguments(new ArgParser()
|
| help: 'Port to serve files from (used only when --serve is on)',
|
| defaultsTo: '8080')
|
| ..addFlag('closure',
|
| - help: 'Emit Closure Compiler-friendly code (experimental)', defaultsTo: _CLOSURE_DEFAULT)
|
| + help: 'Emit Closure Compiler-friendly code (experimental)',
|
| + defaultsTo: _CLOSURE_DEFAULT)
|
| ..addFlag('force-compile',
|
| help: 'Compile code with static errors', defaultsTo: false)
|
| ..addOption('log', abbr: 'l', help: 'Logging level (defaults to severe)')
|
|
|