Uses of Class
com.github.rvesse.airline.annotations.Arguments
-
-
Uses of Arguments in com.github.rvesse.airline.examples.cli.commands
Fields in com.github.rvesse.airline.examples.cli.commands with annotations of type Arguments Modifier and Type Field Description private java.util.List<java.lang.String>
Help. commandNames
-
Uses of Arguments in com.github.rvesse.airline.examples.io
Fields in com.github.rvesse.airline.examples.io with annotations of type Arguments Modifier and Type Field Description private java.util.List<java.lang.String>
ColorDemo. args
private java.util.List<java.lang.String>
Decorations. args
-
Uses of Arguments in com.github.rvesse.airline.examples.modules
Fields in com.github.rvesse.airline.examples.modules with annotations of type Arguments Modifier and Type Field Description private java.util.List<java.lang.String>
ModuleReuse. args
-
Uses of Arguments in com.github.rvesse.airline.examples.sendit
Fields in com.github.rvesse.airline.examples.sendit with annotations of type Arguments Modifier and Type Field Description java.util.List<java.lang.String>
CheckPostcodes. postCodes
-
Uses of Arguments in com.github.rvesse.airline.examples.simple
Fields in com.github.rvesse.airline.examples.simple with annotations of type Arguments Modifier and Type Field Description private java.util.List<java.lang.String>
RequiredArguments. args
private java.util.List<java.lang.String>
Simple. args
TheArguments
annotation allows commands to take in additional arbitrary argumentsprivate java.util.List<java.lang.String>
Paths. paths
-
Uses of Arguments in com.github.rvesse.airline.examples.userguide
Fields in com.github.rvesse.airline.examples.userguide with annotations of type Arguments Modifier and Type Field Description private java.util.List<java.lang.String>
GettingStarted. args
-
Uses of Arguments in com.github.rvesse.airline.examples.userguide.help.bash
Fields in com.github.rvesse.airline.examples.userguide.help.bash with annotations of type Arguments Modifier and Type Field Description private java.util.List<java.lang.String>
FileInfo. files
-
Uses of Arguments in com.github.rvesse.airline.examples.userguide.help.sections
Fields in com.github.rvesse.airline.examples.userguide.help.sections with annotations of type Arguments Modifier and Type Field Description private java.util.List<java.lang.String>
Discussed. arguments
private java.util.List<java.lang.String>
ExternalHelp. arguments
-
Uses of Arguments in com.github.rvesse.airline.help
Fields in com.github.rvesse.airline.help with annotations of type Arguments Modifier and Type Field Description java.util.List<java.lang.String>
Help. command
-
Uses of Arguments in com.github.rvesse.airline.help.suggester
Fields in com.github.rvesse.airline.help.suggester with annotations of type Arguments Modifier and Type Field Description java.util.List<java.lang.String>
SuggestCommand. arguments
-