Table of Contents

Class TigerCliGlobalOptionContext

Namespace
ItTiger.TigerCli.Commands
Assembly
ItTiger.TigerCli.dll
Describes the active app run when a contributed global option is applied. A contribution can use this context and its parsed value to update contribution-owned options or services before command settings are bound.
public sealed class TigerCliGlobalOptionContext
Inheritance
TigerCliGlobalOptionContext
Inherited Members

Properties

Culture

Gets the resolved UI culture for the command run.
public CultureInfo Culture { get; }

Property Value

CultureInfo

InteractionMode

Gets the resolved interaction mode for the command run.
public TigerCliInteractionMode InteractionMode { get; }

Property Value

TigerCliInteractionMode