CommandLine\CmdParser.cs (5)
209private readonly ErrorReporter _reporter;
236public static bool ParseArguments(IHostEnvironment env, string settings, object destination, Type destinationType, ErrorReporter reporter)
279public static bool ParseArguments(IHostEnvironment env, string settings, object destination, ErrorReporter reporter)
290public static bool ParseArguments(IHostEnvironment env, string settings, object destination, ErrorReporter reporter, out string helpText)
428private CmdParser(IHostEnvironment env, ErrorReporter reporter)