diff --git a/DATabase/DATabase.cs b/DATabase/DATabase.cs index 4cfcf6e7..67c1c047 100644 --- a/DATabase/DATabase.cs +++ b/DATabase/DATabase.cs @@ -59,9 +59,11 @@ namespace SabreTools return; } - // If there's no arguments, show the menu + // If there's no arguments, show help if (args.Length == 0) { + /* + // If there are no arguments, show the menu if (!Console.IsOutputRedirected) { ShowMainMenu(); @@ -70,6 +72,9 @@ namespace SabreTools { Build.Help(); } + */ + + Build.Help(); _logger.Close(); return; } diff --git a/README.MD b/README.MD index d75e54c5..f7230c01 100644 --- a/README.MD +++ b/README.MD @@ -38,7 +38,7 @@ The main tool of the SabreTools suite. Performs the majority of the core feature