mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Fix #373 Add abbreviation for flutter logs -c
This commit is contained in:
parent
d5e71f768b
commit
0aca425a8b
@ -18,6 +18,7 @@ class LogsCommand extends FlutterCommand {
|
||||
LogsCommand() {
|
||||
argParser.addFlag('clear',
|
||||
negatable: false,
|
||||
abbr: 'c',
|
||||
help: 'Clear log history before reading from logs (Android only).');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user