commandsHidden property

List<AFCommand> commandsHidden
getter/setter pair

Commands that can be executed as part of a project style, but are not visible in the help and are not intended to be run standalone.

Implementation

List<AFCommand> commandsHidden = <AFCommand>[];