2.7.1
This is a minor feature / bugfix release. The bash completion has seen some love, and the docopt output regression has been fixed.
New features:
- The bash completion now supports arguments of one-of-restricted values.
Bugfixes:
- Tests pass when there is no dash shell installed.
- The double-dash handling when
--
is the last argument has been improved. - The generated bash completion is now complementing (i.e. not shadowing) the default bash completion.
- Docopt fatal regression has been fixed.
- Tests were added for docopt output.