Annotation Type | Description |
---|---|
Argument |
Method parameters annotated with Argument provides command line argument information.
|
Command |
Method annotated with Command gets called when the associated command is fired from the command line.
|
Option |
Method parameter annotated with Option defines an option argument.
|
OptionFlag |
Method parameter annotated with OptionFlag defines an option flag for the associated command.
|
Copyright © 2015. All rights reserved.