static bool ProcessLine(string line) { var commandParser = new CommandParser(new Configuration()); return commandParser.Parse(line); }
private static bool ProcessLine(string line) { var commandParser = new CommandParser(); return commandParser.Parse(line); }
static bool ProcessLine(string line) { var commandParser = new CommandParser(new Configuration()); return(commandParser.Parse(line)); }