mirror of
https://github.com/SabreTools/SabreTools.CommandLine.git
synced 2026-07-08 17:56:48 +00:00
Use All help by default instead of top-level only
This commit is contained in:
@@ -891,7 +891,7 @@ namespace SabreTools.CommandLine
|
||||
// If there's no arguments, show help
|
||||
if (args.Length == 0)
|
||||
{
|
||||
OutputGenericHelp();
|
||||
OutputAllHelp();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user