You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/System.CommandLine/Builder/CommandLineBuilderExtensions.cs
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -684,7 +684,6 @@ public static CommandLineBuilder UseLocalizationResources(
684
684
/// Enables the use of a option (defaulting to the alias <c>--version</c>) which when specified in command line input will short circuit normal command handling and instead write out version information before exiting.
685
685
/// </summary>
686
686
/// <param name="builder">A command line builder.</param>
687
-
/// <param name="aliases">One or more aliases to use instead of the default to signal that version information should be displayed.</param>
688
687
/// <returns>The same instance of <see cref="CommandLineBuilder"/>.</returns>
689
688
publicstaticCommandLineBuilderUseVersionOption(
690
689
thisCommandLineBuilderbuilder)
@@ -720,9 +719,12 @@ public static CommandLineBuilder UseVersionOption(
/// <param name="enableLegacyDoubleDashBehavior">Enables the legacy behavior of the <c>--</c> token, which is to ignore parsing of subsequent tokens and place them in the <see cref="ParseResult.UnparsedTokens"/> list.</param>
/// Enables the legacy behavior of the <c>--</c> token, which is to ignore parsing of subsequent tokens and place them in the <see cref="ParseResult.UnparsedTokens"/> list.
/// Creates a command handler based on a <see cref="Func{T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,Task{Int32}}"/>.
585
+
/// Creates a command handler based on a <see cref="Func{T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,Task}"/>.
586
586
/// </summary>
587
-
/// <param name="action">The <see cref="Func{T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,Task{Int32}}"/> to be called when the command handler is invoked.</param>
587
+
/// <param name="action">The <see cref="Func{T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,Task}"/> to be called when the command handler is invoked.</param>
588
588
/// <returns>An instance of <see cref="ICommandHandler"/>.</returns>
/// Creates a command handler based on a <see cref="Func{T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,Task{Int32}}"/>.
594
+
/// Creates a command handler based on a <see cref="Func{T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,Task}"/>.
595
595
/// </summary>
596
-
/// <param name="action">The <see cref="Func{T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,Task{Int32}}"/> to be called when the command handler is invoked.</param>
596
+
/// <param name="action">The <see cref="Func{T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,Task}"/> to be called when the command handler is invoked.</param>
597
597
/// <returns>An instance of <see cref="ICommandHandler"/>.</returns>
/// Creates a command handler based on a <see cref="Func{T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,Task{Int32}}"/>.
603
+
/// Creates a command handler based on a <see cref="Func{T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,Task}"/>.
604
604
/// </summary>
605
-
/// <param name="action">The <see cref="Func{T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,Task{Int32}}"/> to be called when the command handler is invoked.</param>
605
+
/// <param name="action">The <see cref="Func{T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,Task}"/> to be called when the command handler is invoked.</param>
606
606
/// <returns>An instance of <see cref="ICommandHandler"/>.</returns>
/// Creates a command handler based on a <see cref="Func{T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,Task{Int32}}"/>.
612
+
/// Creates a command handler based on a <see cref="Func{T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,Task}"/>.
613
613
/// </summary>
614
-
/// <param name="action">The <see cref="Func{T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,Task{Int32}}"/> to be called when the command handler is invoked.</param>
614
+
/// <param name="action">The <see cref="Func{T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,Task}"/> to be called when the command handler is invoked.</param>
615
615
/// <returns>An instance of <see cref="ICommandHandler"/>.</returns>
/// Creates a command handler based on a <see cref="Func{T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,Task{Int32}}"/>.
621
+
/// Creates a command handler based on a <see cref="Func{T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,Task}"/>.
622
622
/// </summary>
623
-
/// <param name="action">The <see cref="Func{T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,Task{Int32}}"/> to be called when the command handler is invoked.</param>
623
+
/// <param name="action">The <see cref="Func{T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,Task}"/> to be called when the command handler is invoked.</param>
624
624
/// <returns>An instance of <see cref="ICommandHandler"/>.</returns>
/// Creates a command handler based on a <see cref="Func{T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,Task{Int32}}"/>.
630
+
/// Creates a command handler based on a <see cref="Func{T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,Task}"/>.
631
631
/// </summary>
632
-
/// <param name="action">The <see cref="Func{T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,Task{Int32}}"/> to be called when the command handler is invoked.</param>
632
+
/// <param name="action">The <see cref="Func{T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,Task}"/> to be called when the command handler is invoked.</param>
633
633
/// <returns>An instance of <see cref="ICommandHandler"/>.</returns>
0 commit comments