Registry / cli / super-docopt

super-docopt

JSON →
library0.2.0rbrubygemsunverified

SuperDocopt is an extension to docopt for defining command line utilities with ease.

gem install super_docopt
INSTALL
IMPORT
SIG · SUPER-DOCOPT
S
super-docopt
clirubyv0.2.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.

SuperDocopt
require 'super_docopt'

Define a command-line interface with docopt-style arguments

require 'super_docopt' class MyCLI < SuperDocopt::Base on '--name NAME' do |name| puts "Hello, #{name}!" end end MyCLI.run
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
OpenAI (training)
1
Resources
super-docopt — gem install super-docopt · libregistry