Think this is just a one char bug. In the first example provided, the if statement checks for `optind >= argc`, which I believe should be `<` or maybe `<=`. Thanks for the truly indespensable work.
Think this is just a one char bug. In the first example provided, the if statement checks for `optind >= argc`, which I believe should be `<` or maybe `<=`. Thanks for the truly indespensable work.