public Task <ExecutionResult> Execute(IReplWindow window, string arguments) { return(window.Reset()); }
public void Execute(IReplWindow window, string arguments) { window.Reset(); }
public Task<ExecutionResult> Execute(IReplWindow window, string arguments) { return window.Reset(); }