Application-level options
- 
-v, -version, --version - The openlegacy CLI version
 - 
-h, --help - A list of all the commands and their descriptions.
 
Examples
- 
The --version option:
temp> ol -v - 
The --help option:
temp> ol -h 
Command-level options
- 
-h, --help - A description of the command and its options
 - 
--verbose - This execution mode will print level logs and exceptions to the terminal during the command execution.
 
Examples
- 
The --help option:
temp> ol create-module --help - 
The --verbose option:
temp> ol add --add-args ./itemde.cbl --verbose 
