interactiveOnly property
bool
get
interactiveOnly
Whether the command is interactive by design and cannot run in
--non-interactive mode. The default is false, subclasses can override
to true.
Implementation
bool get interactiveOnly => false;