2 references to ParseArguments
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
282return ParseArguments(env, settings, destination, destination.GetType(), reporter);
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoader.cs (1)
1363if (!CmdParser.ParseArguments(host, loader.GetSettingsString(), optionsNew, typeof(Options), msg => ch.Error(msg)))