Sha256: 4b56ae041134cbb491ca1a6869f67a034481ee051d2cb70a7028f882eb1b4c54
Contents?: true
Size: 484 Bytes
Versions: 14
Compression:
Stored size: 484 Bytes
Contents
class RakeCommander::Custom::ChainerOptionsSet < RakeCommander::Options::Set name :chainer_options option :c, :chain, TrueClass, desc: "Calls: '< rake|raked > chained-task task'" option :w, '--with CALLER', default: 'rake', desc: "Specifies if should invoke with 'rake' or 'raked'" option '-s', "It makes the chained-task say 'something'", name: '--say [SOMETHING]' option '-b', '--debug', TrueClass, 'Whether to add additional context information to messages' end
Version data entries
14 entries across 14 versions & 1 rubygems