void parse(List<String> arguments) { var parser = ArgParser(); parser.addOption('config'); parser.addOption('run'); args = parser.parse(arguments); }