Exemplo n.º 1
0
 public Task<ExecutionResult> Execute(IReplWindow window, string arguments)
 {
     window.ClearScreen();
     return ExecutionResult.Succeeded;
 }