Enum TigerCliInteractionMode
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-interactiveoverride 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.