mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-14 16:02:50 +08:00
Fully addresses review comments
This commit is contained in:
parent
cee97821d6
commit
d5b4621233
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user