@@ -89,17 +89,17 @@ public void Parse_option_with_aliased_verb(string args, Type expectedArgType)
8989 {
9090 "copy, cp, cpy (Default Verb) Copy some stuff" ,
9191 "move, mv" ,
92- "delete Delete stuff" ,
93- "help Display more information on a specific command." ,
94- "version Display version information." ,
92+ "delete Delete stuff" ,
93+ "help Display more information on a specific command." ,
94+ "version Display version information." ,
9595 } ) ]
9696 [ InlineData ( "help" , true , new string [ ]
9797 {
9898 "copy, cp, cpy (Default Verb) Copy some stuff" ,
9999 "move, mv" ,
100- "delete Delete stuff" ,
101- "help Display more information on a specific command." ,
102- "version Display version information." ,
100+ "delete Delete stuff" ,
101+ "help Display more information on a specific command." ,
102+ "version Display version information." ,
103103 } ) ]
104104 [ InlineData ( "move --help" , false , new string [ ]
105105 {
@@ -163,16 +163,16 @@ public void Parse_help_option_for_aliased_verbs(string args, bool verbsIndex, st
163163 [ InlineData ( "--help" , true , new string [ ]
164164 {
165165 "move, mv" ,
166- "delete Delete stuff" ,
167- "help Display more information on a specific command." ,
168- "version Display version information." ,
166+ "delete Delete stuff" ,
167+ "help Display more information on a specific command." ,
168+ "version Display version information." ,
169169 } ) ]
170170 [ InlineData ( "help" , true , new string [ ]
171171 {
172172 "move, mv" ,
173- "delete Delete stuff" ,
174- "help Display more information on a specific command." ,
175- "version Display version information." ,
173+ "delete Delete stuff" ,
174+ "help Display more information on a specific command." ,
175+ "version Display version information." ,
176176 } ) ]
177177 [ InlineData ( "move --help" , false , new string [ ]
178178 {
0 commit comments