-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replace IConsole with two TextWriters in Configuration #2106
Commits on Mar 16, 2023
-
ParseResult.UnmatchedTokens should return an array, not IReadOnlyList…
…<string> as it allows for less
Configuration menu - View commit details
-
Copy full SHA for 4fdf9d5 - Browse repository at this point
Copy the full SHA 4fdf9d5View commit details -
introduce new HostingAction to avoid using middleware in Hosting
it allows us for creating the host and everything else after parsing has finished UseCommandHandler must specify the handler for instance of a Command, not per type as there can be multiple commands of the same type
Configuration menu - View commit details
-
Copy full SHA for 4e89f0c - Browse repository at this point
Copy the full SHA 4e89f0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d67421 - Browse repository at this point
Copy the full SHA 8d67421View commit details -
Configuration menu - View commit details
-
Copy full SHA for 054106c - Browse repository at this point
Copy the full SHA 054106cView commit details
Commits on Mar 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d798e5f - Browse repository at this point
Copy the full SHA d798e5fView commit details
Commits on Mar 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 02fe77f - Browse repository at this point
Copy the full SHA 02fe77fView commit details -
Merge branch 'helpCustomization' into removeIConsole
# Conflicts: # src/System.CommandLine.ApiCompatibility.Tests/ApiCompatibilityApprovalTests.System_CommandLine_api_is_not_changed.approved.txt # src/System.CommandLine.Tests/Invocation/InvocationPipelineTests.cs # src/System.CommandLine/Builder/CommandLineBuilder.cs # src/System.CommandLine/Builder/CommandLineBuilderExtensions.cs # src/System.CommandLine/CommandLineConfiguration.cs
Configuration menu - View commit details
-
Copy full SHA for 31ae018 - Browse repository at this point
Copy the full SHA 31ae018View commit details
Commits on Mar 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7b206d2 - Browse repository at this point
Copy the full SHA 7b206d2View commit details
Commits on Mar 21, 2023
-
Merge remote-tracking branch 'upstream/main' into removeIConsole
# Conflicts: # src/System.CommandLine.ApiCompatibility.Tests/ApiCompatibilityApprovalTests.System_CommandLine_api_is_not_changed.approved.txt # src/System.CommandLine.Generator.Tests/GeneratedCommandHandlerTests.cs # src/System.CommandLine.Hosting/HostingAction.cs # src/System.CommandLine.NamingConventionBinder/ServiceProvider.cs # src/System.CommandLine.Tests/CommandExtensionsTests.cs # src/System.CommandLine.Tests/Help/HelpBuilderTests.Customization.cs # src/System.CommandLine.Tests/Invocation/InvocationPipelineTests.cs # src/System.CommandLine.Tests/UseExceptionHandlerTests.cs # src/System.CommandLine.Tests/UseHelpTests.cs # src/System.CommandLine/Help/HelpOption.cs # src/System.CommandLine/Help/HelpOptionAction.cs # src/System.CommandLine/Invocation/InvocationContext.cs
Configuration menu - View commit details
-
Copy full SHA for f440a85 - Browse repository at this point
Copy the full SHA f440a85View commit details
Commits on Mar 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d837b41 - Browse repository at this point
Copy the full SHA d837b41View commit details