wulliy/bingle

argument parser doesn't account for values length

Opened this issue · 0 comments

wulliy commented

when checking for how many values have been supplied for an option, printing an error and exiting won't be the right thing to do here due to how the parser works.

an improvement needs to be made to the argument parser in order for this to be able to happen.