bandit
bandit copied to clipboard
Allow users to specify own options
Users should be able to set up an array for the option parser
and provide it to bandit::run to allow additional options (for
example --extended-tests or something might be a use-case).
Those options must be accessible within all tests.
Also let bandit be more helpful and show users which of their used options are unknown, etc.