.addSwitch(String fullFlag, String shortFlag, String description) will search the exact provided name in args .isProvided() will return bool if command is found in args or not.
.addSwitch(String fullFlag, String shortFlag, String description)
will search the exact provided name in args
.isProvided()
will return bool if command is found in args or not.