0.0.5
CHANGES:
Added
- Expose
param
&arg
translators. - Increase test coverage.
Changed
- Include
>>|
infix operator inCommand.Std
. - Separate the translation from the runner in 2 separate packages to keep dependencies isolated.
Fixed
- Fix handling of
docv
when translating tocore.command
.
Removed
- Removed most of applicative infix operators - keep only
>>|
.