Class PositionalAliasedCli
java.lang.Object
com.github.rvesse.airline.examples.cli.aliases.PositionalAliasedCli
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. In this example we levarage the more advanced positional parameters feature to allow our alias to be passed simple arguments and invoke complex arguments on the actual command.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PositionalAliasedCli
public PositionalAliasedCli()
-
-
Method Details
-
main
-