Skip to content

ReplScenarioOptions

Options controlling the in-memory REPL test orchestrator.

public sealed class ReplScenarioOptions

Gets or sets command timeout for RunCommandAsync(string, CancellationToken).

public TimeSpan CommandTimeout { get; set; }

TimeSpan

Gets or sets a value indicating whether ANSI escape sequences are stripped from captured output.

public bool NormalizeAnsi { get; set; }

bool

Gets or sets a factory creating base run options for each opened session.

public Func<ReplRunOptions> RunOptionsFactory { get; set; }

Func<ReplRunOptions>