未验证 提交 d28dfcd9 编写于 作者: A Alexander Aprelev 提交者: GitHub

Fix default value for 'packages' option to be null (#4570)

上级 e582928a
......@@ -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]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册