Skip to content

Commit a93ebcf

Browse files
committed
update API approvals
1 parent 4333060 commit a93ebcf

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

src/System.CommandLine.ApiCompatibility.Tests/ApiCompatibilityApprovalTests.System_CommandLine_api_is_not_changed.approved.txt

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -344,18 +344,6 @@ System.CommandLine.Completions
344344
public class TokenCompletionContext : CompletionContext
345345
System.CommandLine.Help
346346
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()
359347
.ctor(System.CommandLine.LocalizationResources localizationResources, System.Int32 maxWidth = 2147483647)
360348
public System.CommandLine.LocalizationResources LocalizationResources { get; }
361349
public System.Int32 MaxWidth { get; }
@@ -364,6 +352,19 @@ System.CommandLine.Help
364352
public TwoColumnHelpRow GetTwoColumnRow(System.CommandLine.ISymbol symbol, HelpContext context)
365353
public System.Void Write(HelpContext context)
366354
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()
367368
public static class HelpBuilderExtensions
368369
public static System.Void CustomizeSymbol(this HelpBuilder builder, System.CommandLine.ISymbol symbol, System.String firstColumnText = null, System.String secondColumnText = null, System.String defaultValue = null)
369370
public static System.Void Write(this HelpBuilder helpBuilder, System.CommandLine.ICommand command, System.IO.TextWriter writer)

0 commit comments

Comments
 (0)