Uses of Class
com.github.rvesse.airline.annotations.Command
-
-
Uses of Command in com.github.rvesse.airline.examples.cli.aliases
Classes in com.github.rvesse.airline.examples.cli.aliases with annotations of type Command Modifier and Type Class Description class
Logs
-
Uses of Command in com.github.rvesse.airline.examples.cli.commands
Classes in com.github.rvesse.airline.examples.cli.commands with annotations of type Command Modifier and Type Class Description class
BashCompletion
class
Help
class
Manuals
-
Uses of Command in com.github.rvesse.airline.examples.help
Classes in com.github.rvesse.airline.examples.help with annotations of type Command Modifier and Type Class Description class
CustomHelp
-
Uses of Command in com.github.rvesse.airline.examples.inheritance
Classes in com.github.rvesse.airline.examples.inheritance with annotations of type Command Modifier and Type Class Description class
BadGrandchild
When inheriting from existing classes the default behaviour is to prevent overriding of options as Airline assumes the conflicting definitions are an error on the part of the developer.class
Child
class
GoodGrandchild
When inheriting from existing classes it is possible to override previously defined options but only if you are explicit about it.class
MaybeVerboseCommand
class
Parent
We can use standard Java inheritance with commands and the child commands will inherit options defined on their parents -
Uses of Command in com.github.rvesse.airline.examples.io
Classes in com.github.rvesse.airline.examples.io with annotations of type Command Modifier and Type Class Description class
Colors256
class
ColorsBasic
class
ColorsTrue
class
Decorations
-
Uses of Command in com.github.rvesse.airline.examples.modules
Classes in com.github.rvesse.airline.examples.modules with annotations of type Command Modifier and Type Class Description class
ModuleReuse
Here we have another command which reuses module classes we've defined and also adds locally defined options, we canclass
Modules
If you have some set of options that make sense together you can modularize them out as a class and inject them into your actual command class -
Uses of Command in com.github.rvesse.airline.examples.sendit
Classes in com.github.rvesse.airline.examples.sendit with annotations of type Command Modifier and Type Class Description class
CheckAddress
class
CheckPostcodes
class
GenerateHelp
class
Price
class
Send
-
Uses of Command in com.github.rvesse.airline.examples.simple
Classes in com.github.rvesse.airline.examples.simple with annotations of type Command Modifier and Type Class Description class
Paths
class
Required
A command that has some required optionsclass
RequiredArguments
An example command that has required argumentsclass
Simple
A simple example that demonstrates most of the basic concepts -
Uses of Command in com.github.rvesse.airline.examples.userguide
Classes in com.github.rvesse.airline.examples.userguide with annotations of type Command Modifier and Type Class Description class
GettingStarted
class
Tool
-
Uses of Command in com.github.rvesse.airline.examples.userguide.help.bash
Classes in com.github.rvesse.airline.examples.userguide.help.bash with annotations of type Command Modifier and Type Class Description class
FileInfo
-
Uses of Command in com.github.rvesse.airline.examples.userguide.help.sections
Classes in com.github.rvesse.airline.examples.userguide.help.sections with annotations of type Command Modifier and Type Class Description class
Discussed
class
ExternalHelp
-
Uses of Command in com.github.rvesse.airline.examples.userguide.parser
Classes in com.github.rvesse.airline.examples.userguide.parser with annotations of type Command Modifier and Type Class Description class
ByteCalculator
-
Uses of Command in com.github.rvesse.airline.examples.userguide.prompts
Classes in com.github.rvesse.airline.examples.userguide.prompts with annotations of type Command Modifier and Type Class Description class
PromptsDemo
-
Uses of Command in com.github.rvesse.airline.examples.userguide.restrictions
Classes in com.github.rvesse.airline.examples.userguide.restrictions with annotations of type Command Modifier and Type Class Description class
OptionalOption
class
RequiredOption
-
Uses of Command in com.github.rvesse.airline.help
Classes in com.github.rvesse.airline.help with annotations of type Command Modifier and Type Class Description class
Help<T>
-
Uses of Command in com.github.rvesse.airline.help.suggester
Classes in com.github.rvesse.airline.help.suggester with annotations of type Command Modifier and Type Class Description class
SuggestCommand<T>
-
Uses of Command in com.github.rvesse.airline.jpms.debug
Classes in com.github.rvesse.airline.jpms.debug with annotations of type Command Modifier and Type Class Description class
Debug
-