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
/// POSIX conventions recommend that single-character options be allowed to be specified together after a single <c>-</c> prefix. When <see cref="P:System.CommandLine.CliConfiguration.EnablePosixBundling" /> is set to <see langword="true" />, the following command lines are equivalent:
19
+
/// POSIX conventions recommend that single-character options be allowed to be specified together after a single <c>-</c> prefix. When <see cref="EnablePosixBundling" /> is set to <see langword="true" />, the following command lines are equivalent:
20
20
///
21
21
/// <code>
22
22
/// > myapp -a -b -c
23
23
/// > myapp -abc
24
24
/// </code>
25
25
///
26
26
/// If an argument is provided after an option bundle, it applies to the last option in the bundle.
27
-
/// When <see cref="P:System.CommandLine.CliConfiguration.EnablePosixBundling" /> is set to <see langword="true" />,
27
+
/// When <see cref="EnablePosixBundling" /> is set to <see langword="true" />,
28
28
/// all of the following command lines are equivalent:
29
29
/// <code>
30
30
/// > myapp -a -b -c arg
@@ -65,7 +65,7 @@ public class CliSettings
65
65
66
66
/// <summary>
67
67
/// Enables signaling and handling of process termination (Ctrl+C, SIGINT, SIGTERM) via a <see cref="T:System.Threading.CancellationToken" />
68
-
/// that can be passed to a <see cref="T:System.CommandLine.Invocation.CliAction" /> during invocation.
68
+
/// that can be passed to a <see cref="T:System.CommandLine.Invocation.CommandLineAction" /> during invocation.
69
69
/// If not provided, a default timeout of 2 seconds is enforced.
Copy file name to clipboardExpand all lines: src/TestApp/GeneratedFiles/net472/DotMake.CommandLine.SourceGeneration/DotMake.CommandLine.SourceGeneration.CliIncrementalGenerator/(ModuleInitializerAttribute).g.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
// <auto-generated />
2
-
// Generated by DotMake.CommandLine.SourceGeneration v2.6.8.0
2
+
// Generated by DotMake.CommandLine.SourceGeneration v2.7.0.0
Copy file name to clipboardExpand all lines: src/TestApp/GeneratedFiles/net472/DotMake.CommandLine.SourceGeneration/DotMake.CommandLine.SourceGeneration.CliIncrementalGenerator/(RequiredMemberAttribute).g.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
// <auto-generated />
2
-
// Generated by DotMake.CommandLine.SourceGeneration v2.6.8.0
2
+
// Generated by DotMake.CommandLine.SourceGeneration v2.7.0.0
Copy file name to clipboardExpand all lines: src/TestApp/GeneratedFiles/net472/DotMake.CommandLine.SourceGeneration/DotMake.CommandLine.SourceGeneration.CliIncrementalGenerator/ArgumentConverterCliCommandBuilder-3j0trcm.g.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
// <auto-generated />
2
-
// Generated by DotMake.CommandLine.SourceGeneration v2.6.8.0
2
+
// Generated by DotMake.CommandLine.SourceGeneration v2.7.0.0
Copy file name to clipboardExpand all lines: src/TestApp/GeneratedFiles/net472/DotMake.CommandLine.SourceGeneration/DotMake.CommandLine.SourceGeneration.CliIncrementalGenerator/CamelCaseCliCommandBuilder-2ntm48g.g.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
// <auto-generated />
2
-
// Generated by DotMake.CommandLine.SourceGeneration v2.6.8.0
2
+
// Generated by DotMake.CommandLine.SourceGeneration v2.7.0.0
0 commit comments