Sha256: 2227bc25d85483f06f2a83f119f93b78794a5a87af10e37ade2b23b9eac8b5d3
Contents?: true
Size: 378 Bytes
Versions: 61
Compression:
Stored size: 378 Bytes
Contents
# -*- encoding: UTF-8 -*- opts.headline 'WORKING DIRECTORY OPTIONS'.green.bold opts.on("--no-temp", "Use a subdirectory in the current directory as working directory and not /tmp.") do |value| self.temp = value end opts.on("--work-dir [PATH]", "Defines and/or creates the working directory. This will override the --no-temp option.") do |value| self.work_dir = value end
Version data entries
61 entries across 22 versions & 1 rubygems