Annotation Interface BashCompletion
Annotates a field with Bash completion information
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionSets the desired completion behaviourProvides a command used to generate the completion words for this option
-
Element Details
-
behaviour
CompletionBehaviour behaviourSets the desired completion behaviourThis is used by usage generators that are capable of generating completion scripts. It indicates any additional completion behaviour that should apply in addition to
command()
or other behaviours obtained from the option/argument meta-data.- Returns:
- Completion Behaviours
- Default:
NONE
-
command
String commandProvides a command used to generate the completion words for this optionThis is used by usage generators that are capable of generating completion scripts.
- Returns:
- Completion command
- Default:
""
-