Break long line in flutter create help output (#11756)

This commit is contained in:
Michael Thomsen 2017-08-23 13:13:26 -07:00 committed by GitHub
parent ce035d09c6
commit 41378e2032

View File

@ -45,9 +45,8 @@ class CreateCommand extends FlutterCommand {
allowedHelp: <String, String>{
'app': '(default) Generate a Flutter application.',
'package': 'Generate a shareable Flutter project containing modular Dart code.',
'plugin': 'Generate a shareable Flutter project containing an API in Dart '
'code with a platform-specific implementation for Android, for '
'iOS code, or for both.',
'plugin': 'Generate a shareable Flutter project containing an API in Dart code\n'
'with a platform-specific implementation for Android, for iOS code, or for both.',
},
defaultsTo: 'app',
);