Table of Contents

Enum TigerCliInteractionMode

Namespace
ItTiger.TigerCli.Enums
Assembly
ItTiger.TigerCli.dll
Controls whether a command run may use interactive TigerCli UI while resolving command input.
public enum TigerCliInteractionMode

Fields

FullInteractive = 2
Reserved for persistent full-application interactive sessions. The built-in --non-interactive override cannot be combined with this mode.
NonInteractive = 0
Disables interactive prompts and modal input. The command still parses, validates, and executes when all required input is available without interaction.
SemiInteractive = 1
Enables guided single-command prompting for missing promptable values before validation and handler execution.