static Future<int> run(String argument, {bool showLog = false}) async { String command = '${getCommandFlutter()} $argument'; if (showLog) print(command); return command.run; }