Commit 20a2a202 authored by Danny Tuppeny's avatar Danny Tuppeny Committed by Danny Tuppeny

Add 'emulator' as an alias for 'emulators'

It feels more nautral to type when doing `--launch x` or `--create x`.
parent e8f454c9
......@@ -24,6 +24,9 @@ class EmulatorsCommand extends FlutterCommand {
@override
final String description = 'List and launch available emulators.';
@override
final List<String> aliases = <String>['emulator'];
@override
Future<Null> runCommand() async {
if (doctor.workflows.every((Workflow w) => !w.canListEmulators)) {
......
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