[DATabase] Disconnect menuing system for the time being

The menus need a complete overhaul so they're being disconnected until they can get a proper treatment
This commit is contained in:
Matt Nadareski
2016-06-10 13:02:35 -07:00
parent c81d60e5fb
commit 80c27ebd71
2 changed files with 7 additions and 2 deletions

View File

@@ -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;
}