mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-19 15:25:09 +00:00
Add explicit note about JSON output
This commit is contained in:
@@ -156,12 +156,15 @@ namespace Test
|
||||
|
||||
#region Information
|
||||
|
||||
#if NET6_0_OR_GREATER
|
||||
case "-j":
|
||||
case "--json":
|
||||
#if NET6_0_OR_GREATER
|
||||
options.Json = true;
|
||||
break;
|
||||
#else
|
||||
Console.WriteLine("JSON output not available in .NET Framework 4.8");
|
||||
#endif
|
||||
break;
|
||||
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user