Uses of Class
com.github.rvesse.airline.help.cli.bash.CompletionBehaviour
-
Packages that use CompletionBehaviour Package Description com.github.rvesse.airline.annotations.help.bash com.github.rvesse.airline.help.cli.bash -
-
Uses of CompletionBehaviour in com.github.rvesse.airline.annotations.help.bash
Methods in com.github.rvesse.airline.annotations.help.bash that return CompletionBehaviour Modifier and Type Method Description CompletionBehaviour
behaviour()
Sets the desired completion behaviour -
Uses of CompletionBehaviour in com.github.rvesse.airline.help.cli.bash
Methods in com.github.rvesse.airline.help.cli.bash that return CompletionBehaviour Modifier and Type Method Description static CompletionBehaviour
CompletionBehaviour. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CompletionBehaviour[]
CompletionBehaviour. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-