Skip to content

ReplRunOptions

Runtime execution options for a single REPL run.

public sealed record ReplRunOptions : IEquatable<ReplRunOptions>
  • IEquatable<ReplRunOptions>

Gets or sets the ANSI support mode for the session.

public AnsiMode AnsiSupport { get; init; }

AnsiMode

Gets or sets the hosted-service lifecycle behavior.

public HostedServiceLifecycleMode HostedServiceLifecycle { get; init; }

HostedServiceLifecycleMode

Gets or sets optional explicit terminal metadata overrides.

public TerminalSessionOverrides? TerminalOverrides { get; init; }

TerminalSessionOverrides