(String?, String) run(S subject, List<String> args) { final results = parser.parse(args); return execute(subject, results); }