Insert commented code for eventual merge

This commit is contained in:
Matt Nadareski
2016-04-12 15:58:53 -07:00
parent 11ddfe63db
commit 802ac68f02

View File

@@ -50,6 +50,7 @@ namespace SabreTools
public static void Main(string[] args) public static void Main(string[] args)
{ {
Console.Clear(); Console.Clear();
Console.Title = "DATFromDir " + "0.6.0.0";
//Console.Title = "DATFromDir " + Build.Version; //Console.Title = "DATFromDir " + Build.Version;
// First things first, take care of all of the arguments that this could have // First things first, take care of all of the arguments that this could have
@@ -64,6 +65,7 @@ namespace SabreTools
case "-?": case "-?":
case "--help": case "--help":
Help(); Help();
// Build.Help();
return; return;
case "-m": case "-m":
case "--noMD5": case "--noMD5":
@@ -118,6 +120,7 @@ namespace SabreTools
if (inputs.Count == 0) if (inputs.Count == 0)
{ {
Help(); Help();
// Build.Help();
return; return;
} }