Skip to content

Commit 68b5a86

Browse files
committed
disable field declaration which is not used
1 parent 23d61ec commit 68b5a86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Smdn.Reflection.ReverseGenerating.ListApi/Smdn.Reflection.ReverseGenerating.ListApi/RootCommandImplementation.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,13 @@ public class RootCommandImplementation {
5757
description: "The 'target runtime' option passed to `Build` target when the project will be built.",
5858
getDefaultValue: static () => null
5959
);
60+
#if false
6061
private static readonly Option<string?> optionOS = new(
6162
aliases: new[] { "--os" },
6263
description: "The 'target operating system' option passed to `Build` target when the project will be built.",
6364
getDefaultValue: static () => null
6465
);
66+
#endif
6567
private static readonly Option<DirectoryInfo> optionOutputDirectory = new(
6668
aliases: new[] { "-o", "--output-directory" },
6769
description: "Path to output directory.",

0 commit comments

Comments
 (0)