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 a6a87ff commit 5a5cd09Copy full SHA for 5a5cd09
tests/ConsoleAppFramework.GeneratorTests/HelpTest.cs
@@ -285,7 +285,7 @@ public class MyClass
285
/// hello my world.
286
/// </summary>
287
/// <param name="boo">-b, my boo is not boo.</param>
288
- /// <param name="fooBar">-f|-fb, my foo is not bar.</param>
+ /// <param name="fooBar">-f|-fb, my foo, is not bar.</param>
289
public void HelloWorld([Argument]int boo, string fooBar)
290
{
291
Console.Write("Hello World! " + fooBar);
@@ -301,7 +301,7 @@ hello my world.
301
[0] <int> my boo is not boo.
302
303
Options:
304
- -f|-fb|--foo-bar <string> my foo is not bar. (Required)
+ -f|-fb|--foo-bar <string> my foo, is not bar. (Required)
305
306
""");
307
}
0 commit comments