Commit 03f265a5 authored by Collin Jackson's avatar Collin Jackson

Merge pull request #400 from collinjackson/logs_abbr

Fix #373 Add abbreviation for flutter logs -c
parents d5e71f76 0aca425a
......@@ -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