Description
Currently the argument parser doesn't honor a -- in the command line which might be necessary to allow "flag like arguments" to be parsed. (i.e. a regular argument which starts with a -; for example a file name -x).
If this breaks existing behaviour I'd like to have this as an option in the settings.yml at least, although i don't see much reason why this shouldn't be enabled by default as most gnu based cli's already work this way.
Description
Currently the argument parser doesn't honor a
--in the command line which might be necessary to allow "flag like arguments" to be parsed. (i.e. a regular argument which starts with a-; for example a file name-x).If this breaks existing behaviour I'd like to have this as an option in the
settings.ymlat least, although i don't see much reason why this shouldn't be enabled by default as most gnu based cli's already work this way.