Registry / cli / convoy

convoy

JSON →
library1.3.2rbrubygemsunverified

Writing even complex command-line apps should be quick, easy and fun. Convoy takes the excellent Trollop option parser and adds a whole bunch of awesome features to produce a library you will always want to turn to when a 'quick script' is in order.

gem install convoy
INSTALL
IMPORT
SIG · CONVOY
C
convoy
clirubyv1.3.2
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.

Convoy
require 'convoy'

Parse command-line options with Convoy

require 'convoy' opts = Convoy::Parser.new do opt :name, 'Your name', type: :string end puts "Hello, #{opts[:name]}" if opts[:name]
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
Amazon
1
Resources
convoy — gem install convoy · libregistry