enum classcamembert::ExecCmdInteractive
sys::Obj sys::Enum camembert::ExecCmdInteractive
@Serializable { simple=true }
Whether the user gets to review/edit the command before it's executed onetime, will ask once and then be remembered after that
- always
- const static ExecCmdInteractive always := ...
- fromStr
- static new fromStr(Str name, Bool checked := true)- Return the ExecCmdInteractive instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr. 
- never
- const static ExecCmdInteractive never := ...
- onetime
- const static ExecCmdInteractive onetime := ...
- vals
- const static ExecCmdInteractive[] vals := ...- List of ExecCmdInteractive values indexed by ordinal