Class DefaultCli
- java.lang.Object
-
- com.github.rvesse.airline.examples.cli.DefaultCli
-
public class DefaultCli extends java.lang.Object
An example of creating a CLI that includes a default command that is run if no command is specified
-
-
Constructor Summary
Constructors Constructor Description DefaultCli()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-