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

Source

const static ExecCmdInteractive always := ...

fromStr

Source

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

Source

const static ExecCmdInteractive never := ...

onetime

Source

const static ExecCmdInteractive onetime := ...

vals

Source

const static ExecCmdInteractive[] vals := ...

List of ExecCmdInteractive values indexed by ordinal