Registry / cli / remi-simplecli

remi-simplecli

JSON →
library0.1.6rbrubygemsunverified

SimpleCLI gives you a stupidly simple way to implement command-line interfaces like that of RubyGems

gem install remi-simplecli
INSTALL
IMPORT
SIG · REMI-SIMPLECLI
R
remi-simplecli
clirubyv0.1.6
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.

SimpleCLI
require 'simplecli'

Define a CLI with a hello command

require 'simplecli' class MyCLI < SimpleCLI def hello puts "Hello, #{options[:name]}" end end MyCLI.start(ARGV)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.6latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
OpenAI (training)
1
Resources
remi-simplecli — gem install remi-simplecli · libregistry