You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Smdn.Reflection.ReverseGenerating.ListApi/Smdn.Reflection.ReverseGenerating.ListApi/RootCommandImplementation.cs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,11 +57,13 @@ public class RootCommandImplementation {
57
57
description:"The 'target runtime' option passed to `Build` target when the project will be built.",
58
58
getDefaultValue:static()=>null
59
59
);
60
+
#if false
60
61
privatestaticreadonlyOption<string?>optionOS=new(
61
62
aliases:new[]{"--os"},
62
63
description:"The 'target operating system' option passed to `Build` target when the project will be built.",
0 commit comments