mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user