Registry / cli / libclimate-ruby

libclimate-ruby

JSON →
library0.17.0rbrubygemsunverified

A lightweight mini-framework for command-line interface boilerplate, including argument parsing and validation.

gem install libclimate-ruby
INSTALL
IMPORT
SIG · LIBCLIMATE-RUBY
L
libclimate-ruby
clirubyv0.17.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.

LibCLImate
require 'libclimate'

Define and parse command-line flags.

require 'libclimate' climate = LibCLImate::Climate.new do |cl| cl.flag('--verbose', '-v') { puts 'Verbose mode' } end climate.parse(['--verbose'])
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.17.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
OpenAI (training)
1
Resources
libclimate-ruby — gem install libclimate-ruby · libregistry