On 5/11/19 2:36 pm, Ethan Sommer wrote: > Previously parseopts checked if there was an argument by checking > that the string was non-empty, resulting in empty arguments being > incorrectly considered non-existent. This change makes parseopts check > if arguments exist at all, rather than checking that they are non-empty > > Signed-off-by: Ethan Sommer <[email protected]> > ---
Thanks! Pushed. A
