mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add console clear before output
This commit is contained in:
@@ -17,6 +17,7 @@ namespace DATabase
|
|||||||
// Perform initial setup and verification
|
// Perform initial setup and verification
|
||||||
Database.EnsureDatabase(_dbName, _connectionString);
|
Database.EnsureDatabase(_dbName, _connectionString);
|
||||||
Remapping.CreateRemappings();
|
Remapping.CreateRemappings();
|
||||||
|
Console.Clear();
|
||||||
|
|
||||||
// If there's not enough arguments, show the help screen
|
// If there's not enough arguments, show the help screen
|
||||||
if (args.Length == 0)
|
if (args.Length == 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user