mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 08:52: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
|
/// -v or --version switches should result in the Version option being set
|
||||||
/// on VersionSettings, and then VersionCommand.Execute(...) being called
|
/// on VersionSettings, and then VersionCommand.Execute(...) being called
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
[Theory]
|
||||||
[InlineData("-v")]
|
[InlineData("-v")]
|
||||||
[InlineData("--version")]
|
[InlineData("--version")]
|
||||||
[Theory]
|
|
||||||
public void Should_Run_Custom_Version_Command(string versionOption)
|
public void Should_Run_Custom_Version_Command(string versionOption)
|
||||||
{
|
{
|
||||||
// Given
|
// Given
|
||||||
|
Loading…
x
Reference in New Issue
Block a user