cleaned up code and output.
This commit is contained in:
@@ -20,7 +20,6 @@ namespace RecrownedAthenaeum.Tools.CommandProcessor
|
||||
{
|
||||
ConsoleUtilities.WriteWrappedLine("\nAwaiting command.");
|
||||
string command = Console.ReadLine();
|
||||
Console.WriteLine();
|
||||
try
|
||||
{
|
||||
Process(command);
|
||||
|
@@ -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("--------");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user