-
- Downloads
split browser option into flag and option
As noted in #108, the ``--browser`` option is currently broken if no argument is supplied. Split the argument into two: a flag (``--browser``) indicating if a browser is to be opened and an option (``--with-browser``) which may optionally be used to specify which browser is to be used. Fixes #108.
Please register or sign in to comment