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 BashCompletionBashCompletionGenerator.getCompletionData(ArgumentsMetadata arguments) Gets the completion info for argumentsprotected BashCompletionBashCompletionGenerator.getCompletionData(OptionMetadata option) Gets the completion info for an optionprotected BashCompletionBashCompletionGenerator.getCompletionData(Collection<Accessor> accessors) Methods in com.github.rvesse.airline.help.cli.bash with parameters of type BashCompletionModifier and TypeMethodDescriptionprivate voidBashCompletionGenerator.writeCompletionGeneration(Writer writer, int indent, boolean isNestedFunction, BashCompletion completion, String... varNames)