Uses of Class
com.github.rvesse.airline.annotations.help.bash.BashCompletion
-
Packages that use BashCompletion Package Description com.github.rvesse.airline.examples.cli.commands com.github.rvesse.airline.examples.userguide.help.bash com.github.rvesse.airline.help.cli.bash -
-
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 Modifier and Type Field Description private java.util.List<java.lang.String>
Help. commandNames
-
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 Modifier and Type Field Description private java.util.List<java.lang.String>
FileInfo. files
-
Uses of BashCompletion in com.github.rvesse.airline.help.cli.bash
Methods in com.github.rvesse.airline.help.cli.bash that return BashCompletion Modifier and Type Method Description protected 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(java.util.Collection<Accessor> accessors)
Methods in com.github.rvesse.airline.help.cli.bash with parameters of type BashCompletion Modifier and Type Method Description private void
BashCompletionGenerator. writeCompletionGeneration(java.io.Writer writer, int indent, boolean isNestedFunction, BashCompletion completion, java.lang.String... varNames)
-