| Annotation Type | Description |
|---|---|
| CommandRequired |
Marks that a CLI requires that a command be specified.
|
| NoMissingOptionValues |
Specifies that a CLI does not permit options to be specified without their
values
|
| NoUnexpectedArguments |
Marks that a CLI does not permit any command line arguments that aren't
recognised as either options or arguments.
|
Copyright © 2012–2022. All rights reserved.