Class UserAliasedCli
java.lang.Object
com.github.rvesse.airline.examples.cli.aliases.UserAliasedCli
An example of creating a CLI that takes advantage of the aliases feature.
Aliases provide a means by which you can define additional top level commands that simply delegate to actual commands. Often you actually want to leave alias definition up to end users and so Airline supports reading in aliases from a user configuration file out of the box
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UserAliasedCli
public UserAliasedCli()
-
-
Method Details
-
main
-