It would be useful to have a `hidden` attribute in the `Command` annotation to not include such command in the produced usage text, eg: ``` @Command(name="foo", hidden=true ) class Foo { } ```