dry-rb / dry-cli

General purpose Command Line Interface (CLI) framework for Ruby
https://dry-rb.org/gems/dry-cli
MIT License
327 stars 41 forks source link

Keyword arguments for a command aren't passed correctly to commands that use callbacks #136

Open gustavothecoder opened 2 months ago

gustavothecoder commented 2 months ago

Resolve #113

It seems that the solution is backward compatible, so implementations like this one will continue to work.