getOptionNames
Return the names of all option arguments. For example, if the arguments were "--foo=bar --debug" would return the values ["foo", "debug"]
.
Return
the option names or an empty set
Return the names of all option arguments. For example, if the arguments were "--foo=bar --debug" would return the values ["foo", "debug"]
.
the option names or an empty set