Registry / cli / escort

escort

JSON →
library0.4.0rbrubygemsunverified

A command-line app framework built on Trollop with features for building complex CLI applications quickly.

gem install escort
INSTALL
IMPORT
SIG · ESCORT
E
escort
clirubyv0.4.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.

Escort
✓ require 'escort'

Create a simple CLI app with a hello command

require 'escort' Escort::App.new do |app| app.command(:hello) do |cmd| cmd.action do |options, arguments| puts "Hello, #{arguments.first}" end end end.run
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
28
OpenAI (training)
1
Resources
escort — gem install escort · libregistry