This class provides a useful interface for the user, to easily read some arguments/options from the command-line.
This class provides a useful interface for the user, to easily read some arguments/options from the command-line.Note that here, we make a difference between:
- options which are not required.
- arguments which are required.
Options:
"write log" bool Should I output the cmd.log file ? [true]
Add an option (Int, Bool, Real, String).
The option will be setted to value in the command-line by printing "name value"
Alphabetic index HTML hierarchy of classes or Java