mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add console titles
This commit is contained in:
@@ -17,6 +17,8 @@ namespace DatSplit
|
|||||||
|
|
||||||
public static void Main(string[] args)
|
public static void Main(string[] args)
|
||||||
{
|
{
|
||||||
|
Console.Title = "DatSplit " + Build.Version;
|
||||||
|
|
||||||
// If we don't have arguments, show help
|
// If we don't have arguments, show help
|
||||||
if (args.Length == 0 && args.Length != 3)
|
if (args.Length == 0 && args.Length != 3)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -32,6 +32,8 @@ Options:
|
|||||||
/// <param name="args">String array representing command line parameters</param>
|
/// <param name="args">String array representing command line parameters</param>
|
||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
|
Console.Title = "Headerer " + Build.Version;
|
||||||
|
|
||||||
// Type mapped to header size (in decimal bytes)
|
// Type mapped to header size (in decimal bytes)
|
||||||
types = new Dictionary<string, int>();
|
types = new Dictionary<string, int>();
|
||||||
types.Add("a7800", 128);
|
types.Add("a7800", 128);
|
||||||
|
|||||||
@@ -17,6 +17,8 @@ namespace SabreTools
|
|||||||
|
|
||||||
public static void Main(string[] args)
|
public static void Main(string[] args)
|
||||||
{
|
{
|
||||||
|
Console.Title = "SingleGame " + Build.Version;
|
||||||
|
|
||||||
if (args.Length != 1)
|
if (args.Length != 1)
|
||||||
{
|
{
|
||||||
Help();
|
Help();
|
||||||
|
|||||||
Reference in New Issue
Block a user