Command Line Parser
Back to the Main Page

Example:
-bd --file fred.txt -pf bert.txt -x 22
Will give you:

Parameter name Parameter Type Parameter Value
b boolean true
d boolean true
l boolean false
file String fred.txt
f String bert.txt
p String bert.txt
p boolean true
x Integer 22

CommandLineParser

Back to the Main Page

Viewed times.