Registry / cli / optix
library2.0.0rbrubygemsunverified

Build flexible, self-documenting command line interfaces with a minimum amount of code.

gem install optix
INSTALL
IMPORT
SIG · OPTIX
O
optix
clirubyv2.0.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.

Optix
require 'optix'

Define a simple CLI command with Optix

require 'optix' Optix.run do command :greet do param :name, :string, 'Name to greet' action do |name| puts "Hello, #{name}!" end end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
22
Resources
optix — gem install optix · libregistry