Sha256: f0525e03261966ab8b0fdbe13303bba4c3f3caffbd30900c993f9730d74672de
Contents?: true
Size: 388 Bytes
Versions: 1
Compression:
Stored size: 388 Bytes
Contents
require 'clio/commandline' module Ratch class Commandline < Clio::Commandline opt('--help' , "display help") opt('--trace' , "trace execution") opt('--debug' , "debug mode") opt('--pretend -p' , "no disk writes") opt('--quiet -q' , "run silently") opt('--verbose' , "extra output") opt('--force' , "force operations") end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ratch-1.1.0 | lib/ratch/commandline.rb |