Closed this issue 2 months ago · 0 comments
As noticed in #51, there is no guard for invalid options. Go through modules and raise error if invalid option set, something like this:
if opt1: ... elif opt2: ... else throw exception fi