1 write to Help
Microsoft.ML.Core (1)
CommandLine\CmdParser.cs (1)
848Help = help;
8 references to Help
Microsoft.ML.Core (8)
CommandLine\CmdParser.cs (8)
900while (index < helpStrings.Help.Length) 908if (endIndex >= helpStrings.Help.Length) 911endIndex = helpStrings.Help.Length; 915endIndex = helpStrings.Help.LastIndexOf(' ', endIndex - 1, Math.Min(endIndex - index, charsPerLine)); 924builder.Append(helpStrings.Help, index, endIndex - index); 931while (index < helpStrings.Help.Length && helpStrings.Help[index] == ' ') 936if (helpStrings.Help.Length == 0)