pmlmodelling/ersem

Invalid options

Closed this issue · 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