Fully addresses review comments

This commit is contained in:
Frank Ray 2024-01-15 17:28:39 +00:00 committed by Patrik Svensson
parent cee97821d6
commit d5b4621233

View File

@ -591,9 +591,9 @@ public sealed partial class CommandAppTests
/// -v or --version switches should result in the Version option being set
/// on VersionSettings, and then VersionCommand.Execute(...) being called
/// </summary>
[Theory]
[InlineData("-v")]
[InlineData("--version")]
[Theory]
public void Should_Run_Custom_Version_Command(string versionOption)
{
// Given