isVisible property

bool get isVisible

Whether this command should appear in help/completions.

Implementation

bool get isVisible => command.isEnabled && !hidden && !command.isHidden;