Module com.github.rvesse.airline
Package com.github.rvesse.airline
package com.github.rvesse.airline
-
ClassDescriptionFactory for various channels used by airline.Channels provides methods for the cli output, error and input channels.Cli<C>Class for encapsulating and parsing CLIsInterface for command factoriesHelpOption<C>An option that provides a simple way for the user to request help with a commandClass for encapsulating and parsing single commandsDefault implementation of
ChannelFactory
which usesSystem.out
,System.err
andSystem.in
for the channels.