Sha256: 8bf0a64dc4cdf1b8b7f27b83c634087934299726a024af590253cbcedf8e1331
Contents?: true
Size: 389 Bytes
Versions: 6
Compression:
Stored size: 389 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
6 entries across 6 versions & 1 rubygems