@@ -344,18 +344,6 @@ System.CommandLine.Completions
344
344
public class TokenCompletionContext : CompletionContext
345
345
System.CommandLine.Help
346
346
public class HelpBuilder
347
- public static HelpSectionDelegate AdditionalArgumentsSection()
348
- public static HelpSectionDelegate CommandArgumentsSection()
349
- public static HelpSectionDelegate CommandUsageSection()
350
- public static System.Collections.Generic.IEnumerable<HelpSectionDelegate> DefaultLayout()
351
- public static System.String GetDefaultArgumentDefaultValue(System.CommandLine.IArgument argument)
352
- public static System.String GetDefaultArgumentDescription(System.CommandLine.IArgument argument)
353
- public static System.String GetDefaultArgumentUsageTitle(System.CommandLine.IArgument argument)
354
- public static System.String GetDefaultIdentifierSymbolDescription(System.CommandLine.IIdentifierSymbol symbol)
355
- public static System.String GetDefaultIdentifierSymbolUsageTitle(System.CommandLine.IIdentifierSymbol symbol, HelpContext context)
356
- public static HelpSectionDelegate OptionsSection()
357
- public static HelpSectionDelegate SubcommandsSection()
358
- public static HelpSectionDelegate SynopsisSection()
359
347
.ctor(System.CommandLine.LocalizationResources localizationResources, System.Int32 maxWidth = 2147483647)
360
348
public System.CommandLine.LocalizationResources LocalizationResources { get; }
361
349
public System.Int32 MaxWidth { get; }
@@ -364,6 +352,19 @@ System.CommandLine.Help
364
352
public TwoColumnHelpRow GetTwoColumnRow(System.CommandLine.ISymbol symbol, HelpContext context)
365
353
public System.Void Write(HelpContext context)
366
354
public System.Void WriteColumns(System.Collections.Generic.IReadOnlyList<TwoColumnHelpRow> items, HelpContext context)
355
+ static class Default
356
+ public static HelpSectionDelegate AdditionalArgumentsSection()
357
+ public static HelpSectionDelegate CommandArgumentsSection()
358
+ public static HelpSectionDelegate CommandUsageSection()
359
+ public static System.String GetArgumentDefaultValue(System.CommandLine.IArgument argument)
360
+ public static System.String GetArgumentDescription(System.CommandLine.IArgument argument)
361
+ public static System.String GetArgumentUsageLabel(System.CommandLine.IArgument argument)
362
+ public static System.String GetIdentifierSymbolDescription(System.CommandLine.IIdentifierSymbol symbol)
363
+ public static System.String GetIdentifierSymbolUsageLabel(System.CommandLine.IIdentifierSymbol symbol, HelpContext context)
364
+ public static System.Collections.Generic.IEnumerable<HelpSectionDelegate> GetLayout()
365
+ public static HelpSectionDelegate OptionsSection()
366
+ public static HelpSectionDelegate SubcommandsSection()
367
+ public static HelpSectionDelegate SynopsisSection()
367
368
public static class HelpBuilderExtensions
368
369
public static System.Void CustomizeSymbol(this HelpBuilder builder, System.CommandLine.ISymbol symbol, System.String firstColumnText = null, System.String secondColumnText = null, System.String defaultValue = null)
369
370
public static System.Void Write(this HelpBuilder helpBuilder, System.CommandLine.ICommand command, System.IO.TextWriter writer)
0 commit comments