mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Insert commented code for eventual merge
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user