Skip to content

Commit f58003b

Browse files
committed
Ensure JSON added to help print
1 parent ff8976a commit f58003b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ProtectionScan/Program.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ private static CommandSet CreateCommands(MainFeature mainFeature)
7171

7272
commandSet.Add(new Help(["-?", "-h", "--help"]));
7373
commandSet.Add(mainFeature.DebugInput);
74+
#if NETCOREAPP
75+
commandSet.Add(mainFeature.JsonInput);
76+
commandSet.Add(mainFeature.NestedInput);
77+
#endif
7478
commandSet.Add(mainFeature.NoContentsInput);
7579
commandSet.Add(mainFeature.NoArchivesInput);
7680
commandSet.Add(mainFeature.NoPathsInput);

0 commit comments

Comments
 (0)