cleaned output.
This commit is contained in:
		@@ -25,7 +25,7 @@ namespace RecrownedAthenaeum.Tools.CommandProcessor
 | 
				
			|||||||
            {
 | 
					            {
 | 
				
			||||||
                if (commandEngine.ContainsCommand(arguments[0]))
 | 
					                if (commandEngine.ContainsCommand(arguments[0]))
 | 
				
			||||||
                {
 | 
					                {
 | 
				
			||||||
                    ConsoleUtilities.WriteWrappedLine(commandEngine.GetCommand(arguments[0]).Help(null));
 | 
					                    if (arguments.Length < 2) ConsoleUtilities.WriteWrappedLine(commandEngine.GetCommand(arguments[0]).Help(null));
 | 
				
			||||||
                    for (int i = 1; i < arguments.Length; i++)
 | 
					                    for (int i = 1; i < arguments.Length; i++)
 | 
				
			||||||
                    {
 | 
					                    {
 | 
				
			||||||
                        ConsoleUtilities.WriteWrappedLine(commandEngine.GetCommand(arguments[0]).Help(arguments[i]));
 | 
					                        ConsoleUtilities.WriteWrappedLine(commandEngine.GetCommand(arguments[0]).Help(arguments[i]));
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user