dry-cli
dry-cli copied to clipboard
General purpose Command Line Interface (CLI) framework for Ruby
Hello As discussed here https://discourse.dry-rb.org/t/usage-of-did-you-mean-for-command-with-typos-in-dry-cli/1824. Here is a basic proposal to add spell checker on commands and sub commands using [did_you_mean](https://github.com/ruby/did_you_mean) gem. There is probably a more elegant way to...
Hello Proposal: https://discourse.dry-rb.org/t/dry-cli-option-to-hide-command/1823 I wanted to be able to hide command when registering. Sometimes there are commands that should be accessible but hidden. For example completion, or beta commands. ```sh...
Resolve #113 It seems that the solution is backward compatible, so implementations like this [one](https://github.com/hanami/rspec/blob/f7f19dcebe4152f17676313e649ba6556365c488/lib/hanami/rspec/commands.rb#L99) will continue to work.