Registry / cli / dry-cli

dry-cli

JSON →
library1.4.1rbrubygemsunverified

A common framework to build command line interfaces with Ruby.

gem install dry-cli
INSTALL
IMPORT
SIG · DRY-CLI
D
dry-cli
clirubyv1.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Dry::CLI
require 'dry/cli'

Define and run a simple CLI command

require 'dry/cli' class Greet < Dry::CLI::Command def call(*) puts "Hello, world!" end end Dry::CLI.new(Greet).call
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
Amazon
1
Bingbot
1
OpenAI (training)
1
Resources
dry-cli — gem install dry-cli · libregistry