Sha256: e52e6be8391811f5e53978c2c9497ca7963709d7fa95816c31c09b019115d46a
Contents?: true
Size: 373 Bytes
Versions: 22
Compression:
Stored size: 373 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. 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
22 entries across 22 versions & 1 rubygems