Uses of Class
com.github.rvesse.airline.SingleCommand
-
Packages that use SingleCommand Package Description com.github.rvesse.airline -
-
Uses of SingleCommand in com.github.rvesse.airline
Methods in com.github.rvesse.airline that return SingleCommand Modifier and Type Method Description static <C> SingleCommand<C>
SingleCommand. singleCommand(java.lang.Class<C> command)
Creates a new single commandstatic <C> SingleCommand<C>
SingleCommand. singleCommand(java.lang.Class<C> command, ParserMetadata<C> parserConfig)
Creates a new single command
-