Add console clear before output

This commit is contained in:
Matt Nadareski
2016-03-24 16:25:43 -07:00
parent f9781747d7
commit 305a6af73a

View File

@@ -17,6 +17,7 @@ namespace DATabase
// Perform initial setup and verification
Database.EnsureDatabase(_dbName, _connectionString);
Remapping.CreateRemappings();
Console.Clear();
// If there's not enough arguments, show the help screen
if (args.Length == 0)