Class Help
java.lang.Object
com.truebubo.maniflow.Help
Help menu for app
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
showHelpCLI
(org.apache.commons.cli.Options options) Shows help menu for the applicationstatic void
Shows version of the application
-
Method Details
-
showHelpCLI
public static void showHelpCLI(org.apache.commons.cli.Options options) Shows help menu for the application- Parameters:
options
- Available options to the user
-
showVersionCLI
public static void showVersionCLI()Shows version of the application
-