TeamCity.CSharpInteractive/ICommandRunner.cs (
5
lines of code) (
raw
):
namespace TeamCity.CSharpInteractive; internal interface ICommandRunner { CommandResult TryRun(ICommand command); }