Package com.io7m.cedarbridge.cmdline
Class Main
java.lang.Object
com.io7m.cedarbridge.cmdline.Main
- All Implemented Interfaces:
Runnable
Main command line entry point.
-
Method Summary
-
Method Details
-
main
The main entry point.- Parameters:
args- Command line arguments
-
exitCode
public int exitCode()- Returns:
- The program exit code
-
run
public void run() -
commandNames
- Returns:
- The names of the available commands
-
commands
- Returns:
- The available commands
-
toString
-
exitCause
- Returns:
- The exception that caused the exit
-