Parse and run the command
@nonVirtual FutureOr<bool> parseAndRun(List<String> arguments) { parse(arguments); return run(); }