Registry / cli / commandable

commandable

JSON →
library0.3.2rbrubygemsunverified

Easily add command line control to Ruby apps by annotating methods.

gem install commandable
INSTALL
IMPORT
SIG · COMMANDABLE
C
commandable
clirubyv0.3.2
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.

Commandable
require 'commandable'

Define a command-line method using Commandable.

require 'commandable' class MyApp extend Commandable commandable :greet def greet(name) puts "Hello, #{name}!" end end MyApp.run
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

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