Table of Contents

Enum CliHyperlinkMode

Namespace
ItTiger.TigerCli.Enums
Assembly
ItTiger.TigerCli.dll
Controls whether TigerCli's ANSI output emits OSC 8 clickable hyperlinks for text that carries a resolved hyperlink target (e.g. [Link]…[/] markup, or CliDetails.AddLink / CliList.AddLinkColumn values). Clickability is a progressive enhancement only — the link text is always written visibly and copyably regardless of this setting. Selected via HyperlinkMode.
public enum CliHyperlinkMode

Fields

Always = 2
Emit OSC 8 hyperlinks whenever an AnsiSink is used.
Auto = 0
Emit OSC 8 hyperlinks only when ANSI support was capability-detected for the stream (the Auto path resolved to an ANSI sink). When ANSI is force-enabled or support is otherwise uncertain, no hyperlink escape sequences are emitted — only visible text.
Never = 1
Never emit OSC 8 hyperlinks; render link text visibly without escape sequences.