cleaned up code and output.

This commit is contained in:
2018-12-09 00:55:51 -06:00
parent 82bdfcbaa2
commit b6581cfb47
3 changed files with 1 additions and 13 deletions

View File

@@ -20,7 +20,6 @@ namespace RecrownedAthenaeum.Tools.CommandProcessor
{
ConsoleUtilities.WriteWrappedLine("\nAwaiting command.");
string command = Console.ReadLine();
Console.WriteLine();
try
{
Process(command);

View File

@@ -43,12 +43,9 @@ namespace RecrownedAthenaeum.Tools.CommandProcessor
ConsoleUtilities.WriteWrapped(", ");
}
}
foreach (string name in engineCommand.invokeStrings)
{
}
ConsoleUtilities.WriteWrapped(" : ");
ConsoleUtilities.WriteWrapped(engineCommand.Help().Replace("\n", "\n\t"), true);
Console.WriteLine();
Console.WriteLine("--------");
}
}
}