Commit 0aca425a authored by Collin Jackson's avatar Collin Jackson

Fix #373 Add abbreviation for flutter logs -c

parent d5e71f76
......@@ -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).');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment