1 write to Help
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
847Help = help;
8 references to Help
Microsoft.ML.Core (8)
CommandLine\CmdParser.cs (8)
899while (index < helpStrings.Help.Length) 907if (endIndex >= helpStrings.Help.Length) 910endIndex = helpStrings.Help.Length; 914endIndex = helpStrings.Help.LastIndexOf(' ', endIndex - 1, Math.Min(endIndex - index, charsPerLine)); 923builder.Append(helpStrings.Help, index, endIndex - index); 930while (index < helpStrings.Help.Length && helpStrings.Help[index] == ' ') 935if (helpStrings.Help.Length == 0)