예제 #1
0
 /// <summary>
 /// Parse and process a new command.
 /// </summary>
 /// <param name="command">The text of the command to parse.</param>
 /// <returns>True if no errors.</returns>
 protected async Task <bool> ExecuteCommandAsync(string command)
 {
     return(await commandConsole.ExecuteAsync(command));
 }