Fix default value for 'packages' option to be null (flutter/engine#4570)
This commit is contained in:
committed by
GitHub
parent
a8e9231915
commit
b4425bcd06
@@ -46,7 +46,7 @@ ArgParser _argParser = new ArgParser(allowTrailingOptions: true)
|
||||
defaultsTo: true)
|
||||
..addOption('packages',
|
||||
help: '.packages file to use for compilation',
|
||||
defaultsTo: '.packages');
|
||||
defaultsTo: null);
|
||||
|
||||
String _usage = '''
|
||||
Usage: server [options] [input.dart]
|
||||
|
||||
Reference in New Issue
Block a user