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 9fd7bba commit 19da002Copy full SHA for 19da002
Tests/CommandLineTests.cs
@@ -1,6 +1,5 @@
1
using RT.Json;
2
using RT.Serialization;
3
-using RT.Util.Consoles;
4
using Xunit;
5
6
namespace RT.CommandLine.Tests;
Tests/Test1.cs
@@ -2,6 +2,8 @@
+#pragma warning disable CS0649 // Field is never assigned to and will always have its default value
+
7
class Test1Cmd : ICommandLineValidatable
8
{
9
[IsPositional, IsMandatory]
Tests/Test2.cs
@@ -1,5 +1,7 @@
namespace RT.CommandLine.Tests;
class Test2Cmd
[Option("-b")]
0 commit comments