Fix #373 Add abbreviation for flutter logs -c

This commit is contained in:
Collin Jackson 2015-11-16 14:23:18 -08:00
parent d5e71f768b
commit 0aca425a8b

View File

@ -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).');
}