mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-04-17 11:42:40 +00:00
Ensure JSON added to help print
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user