Registry / cli / cri

cri

JSON →
library2.15.12rbrubygemsunverified

Cri allows building easy-to-use command-line interfaces with support for subcommands.

cli
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.

require 'cri'

Define and run a simple CLI command

require 'cri' cmd = Cri::Command.define do name 'hello' run do |opts, args| puts "Hello, #{args[0]}" end end cmd.run(['world'])
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
14 hits · last 30 days
gptbot
3
amazonbot
3
claudebot
3
Resources