Registry / cli / mister-bin

mister-bin

JSON →
library0.9.0rbrubygemsunverified

Easily add command line interface to your gems.

gem install mister_bin
INSTALL
IMPORT
SIG · MISTER-BIN
M
mister-bin
clirubyv0.9.0
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.

MisterBin
require 'mister_bin'

Define a simple CLI command and run it.

require 'mister_bin' class HelloCmd < MisterBin::Command usage 'hello [name]' def execute puts "Hello, #{args['name'] || 'world'}!" end end MisterBin::Runner.new! handler: HelloCmd
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
20
Resources
mister-bin — gem install mister-bin · libregistry