isVisible property
bool
get
isVisible
Whether this command should appear in help/completions.
Implementation
bool get isVisible => command.isEnabled && !hidden && !command.isHidden;
Whether this command should appear in help/completions.
bool get isVisible => command.isEnabled && !hidden && !command.isHidden;