We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afbdda commit dd1f940Copy full SHA for dd1f940
tests/CommandLine.Tests/Unit/Issue6Tests.cs
@@ -21,6 +21,7 @@ public class Issue6Tests
21
[InlineData("mv -a bob", typeof(AliasedVerbOption1))]
22
[InlineData("copy -a bob", typeof(AliasedVerbOption2))]
23
[InlineData("cp -a bob", typeof(AliasedVerbOption2))]
24
+ [InlineData("-a bob", typeof(AliasedVerbOption2))]
25
public void Parse_option_with_aliased_verbs(string args, Type expectedArgType)
26
{
27
var arguments = args.Split(' ');
0 commit comments