mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Credits!
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data.SQLite;
|
||||
using System.IO;
|
||||
using System.IO.Compression;
|
||||
@@ -42,6 +43,14 @@ namespace SabreTools
|
||||
Console.SetBufferSize(Console.BufferWidth, 999);
|
||||
Console.Title = "DATabase " + Build.Version;
|
||||
|
||||
// Credits take precidence over all
|
||||
if ((new List<string>(args)).Contains("--credits"))
|
||||
{
|
||||
Build.Credits();
|
||||
logger.Close();
|
||||
return;
|
||||
}
|
||||
|
||||
// If there's no arguments, show the menu
|
||||
if (args.Length == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user