Sha256: 60fa7a10c32902cea73ebb37fcc6ce743023d5cdc78a88bc5070b2418c8f4265
Contents?: true
Size: 381 Bytes
Versions: 1
Compression:
Stored size: 381 Bytes
Contents
# encoding: utf-8 # This file gets eval'ed by the global options parser in lib/csd/rb # TODO: There must be a nicer solution for this. self.path = nil opts.on("--path [PATH]", "Defines the working directory manually.") do |value| self.path = value end opts.on("--only libmcrypto,libmnetuli,etc.", Array, "Process only these libraries") do |list| self.only = list end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
csd-0.1.5 | lib/csd/application/minisip/options/package.rb |