Uses of Annotation Interface
com.github.rvesse.airline.annotations.help.bash.BashCompletion
Packages that use BashCompletion
Package
Description
-
Uses of BashCompletion in com.github.rvesse.airline.examples.cli.commands
Fields in com.github.rvesse.airline.examples.cli.commands with annotations of type BashCompletion -
Uses of BashCompletion in com.github.rvesse.airline.examples.userguide.help.bash
Fields in com.github.rvesse.airline.examples.userguide.help.bash with annotations of type BashCompletion -
Uses of BashCompletion in com.github.rvesse.airline.help.cli.bash
Methods in com.github.rvesse.airline.help.cli.bash that return BashCompletionModifier and TypeMethodDescriptionprotected BashCompletion
BashCompletionGenerator.getCompletionData
(ArgumentsMetadata arguments) Gets the completion info for argumentsprotected BashCompletion
BashCompletionGenerator.getCompletionData
(OptionMetadata option) Gets the completion info for an optionprotected BashCompletion
BashCompletionGenerator.getCompletionData
(Collection<Accessor> accessors) Methods in com.github.rvesse.airline.help.cli.bash with parameters of type BashCompletionModifier and TypeMethodDescriptionprivate void
BashCompletionGenerator.writeCompletionGeneration
(Writer writer, int indent, boolean isNestedFunction, BashCompletion completion, String... varNames)