hidden property

bool hidden
getter/setter pair

This field determines whether or not this tool is hidden from the help/usage output when running as a part of a command-line app.

By default, tools are not hidden.

Implementation

bool hidden = false;