mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #400 from collinjackson/logs_abbr
Fix #373 Add abbreviation for flutter logs -c
This commit is contained in:
commit
03f265a5ce
@ -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…
x
Reference in New Issue
Block a user