Closed gennyble closed 5 years ago
It's a really simply fix and I didn't know if I should just fix it and open a PR or make an issue or both. Just removed the colon after the v in the opstring of getopt so it doesn't require an argument.
opstring
getopt
Fixed as part of https://github.com/francma/wob/pull/14.
Thanks for pointing this out.
It's a really simply fix and I didn't know if I should just fix it and open a PR or make an issue or both. Just removed the colon after the v in the
opstring
ofgetopt
so it doesn't require an argument.