mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Break long line in flutter create help output (#11756)
This commit is contained in:
parent
ce035d09c6
commit
41378e2032
@ -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',
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user