Ensure JSON added to help print

This commit is contained in:
Matt Nadareski
2025-11-13 13:59:25 -05:00
parent ff8976a67a
commit f58003b3fc

View File

@@ -71,6 +71,10 @@ namespace ProtectionScan
commandSet.Add(new Help(["-?", "-h", "--help"]));
commandSet.Add(mainFeature.DebugInput);
#if NETCOREAPP
commandSet.Add(mainFeature.JsonInput);
commandSet.Add(mainFeature.NestedInput);
#endif
commandSet.Add(mainFeature.NoContentsInput);
commandSet.Add(mainFeature.NoArchivesInput);
commandSet.Add(mainFeature.NoPathsInput);