mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Credits!
This commit is contained in:
@@ -33,6 +33,13 @@ namespace SabreTools
|
||||
|
||||
Console.Title = "Headerer " + Build.Version;
|
||||
|
||||
// Credits take precidence over all
|
||||
if ((new List<string>(args)).Contains("--credits"))
|
||||
{
|
||||
Build.Credits();
|
||||
return;
|
||||
}
|
||||
|
||||
if (args.Length == 0 || args.Length > 2)
|
||||
{
|
||||
Build.Help();
|
||||
|
||||
Reference in New Issue
Block a user