We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da54cf2 commit 6ce423dCopy full SHA for 6ce423d
README.md
@@ -69,7 +69,7 @@ namespace QuickStart
69
{
70
if (o.Verbose)
71
72
- Console.WriteLine($"Verbose output has been enabled. Current Arguments: -v {o.Verbose}");
+ Console.WriteLine($"Verbose output enabled. Current Arguments: -v {o.Verbose}");
73
Console.WriteLine("Quick Start Example! App is in Verbose mode!");
74
}
75
else
0 commit comments