ruby-dry-cli

Common framework to build command line interfaces with Ruby
  https://dry-rb.org/gems/dry-cli
  0
  no reviews



Dry-cli is a general-purpose framework for developing Command Line Interface (CLI) applications. It represents commands as objects that can be registered and offers support for arguments, options and forwarding variadic arguments to a sub-command.