Registry / cli / bosonson

bosonson

JSON →
library0.304.3rbrubygemsunverified

A command/task framework that turns any Ruby method into an executable with options, usable from IRB and command line.

gem install bosonson
INSTALL
IMPORT
SIG · BOSONSON
B
bosonson
clirubyv0.304.3
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.

Bosonson
require 'bosonson'

Define a task and run it from the command line.

require 'bosonson' class MyTasks < Bosonson::Command desc 'Say hello' def hello(name) puts "Hello, #{name}!" end end Bosonson.run(['hello', 'World'])
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.304.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
30
Resources
bosonson — gem install bosonson · libregistry