Use All help by default instead of top-level only

This commit is contained in:
Matt Nadareski
2025-10-06 08:50:21 -04:00
parent 43083d35e1
commit 39acb90dbc

View File

@@ -891,7 +891,7 @@ namespace SabreTools.CommandLine
// If there's no arguments, show help
if (args.Length == 0)
{
OutputGenericHelp();
OutputAllHelp();
return true;
}