2 instantiations of ArgumentHelpStrings
Microsoft.ML.Core (2)
CommandLine\CmdParser.cs (2)
964
strings.Add(new
ArgumentHelpStrings
("@<file>", "Read response file for more options"));
971
return new
ArgumentHelpStrings
(arg.GetSyntaxHelp(), arg.GetFullHelpText(env));
7 references to ArgumentHelpStrings
Microsoft.ML.Core (7)
CommandLine\CmdParser.cs (7)
860
ArgumentHelpStrings
[] strings = GetAllHelpStrings(env, info, showRsp);
863
foreach (
ArgumentHelpStrings
helpString in strings)
882
foreach (
ArgumentHelpStrings
helpStrings in strings)
950
private
ArgumentHelpStrings
[] GetAllHelpStrings(IHostEnvironment env, ArgumentInfo info, bool showRsp)
952
List<
ArgumentHelpStrings
> strings = new List<
ArgumentHelpStrings
>();
969
private
ArgumentHelpStrings
GetHelpStrings(IHostEnvironment env, Argument arg)