mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Make program output even more uniform
This commit is contained in:
@@ -16,7 +16,7 @@ namespace DatSplit
|
||||
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
Console.Title = "DatSplit " + Build.Version;
|
||||
Console.Clear();
|
||||
|
||||
// Credits take precidence over all
|
||||
if ((new List<string>(args)).Contains("--credits"))
|
||||
@@ -32,6 +32,9 @@ namespace DatSplit
|
||||
return;
|
||||
}
|
||||
|
||||
// Output the title
|
||||
Build.Start("DatSplit");
|
||||
|
||||
// Set needed strings
|
||||
_filename = args[0];
|
||||
_extA = (args[1].StartsWith(".") ? args[1] : "." + args[1]).ToUpperInvariant();
|
||||
|
||||
Reference in New Issue
Block a user