Table of Contents

Enum TigerCliPromptable

Namespace
ItTiger.TigerCli.Commands
Assembly
ItTiger.TigerCli.dll
Per-option/per-argument prompting opinion, assigned through Promptable / Promptable. Values other than No also influence prompt ordering. When the attribute property is not assigned, the effective command/app prompt mode decides, in normal prompt order.
public enum TigerCliPromptable

Fields

First = 1
Prompt early, before Normal values, when prompting applies.
Last = 3
Prompt late, after Normal values, when prompting applies.
No = 0
Never prompt for this value.
Normal = 2
Prompt in normal prompt order when prompting applies.