class Steep::CLI
def handle_steepfile_option(opts, command)
def handle_steepfile_option(opts, command) opts.on("--steepfile=PATH", "Specify path to Steepfile") {|path| command.steepfile = Pathname(path) } end
def handle_steepfile_option(opts, command) opts.on("--steepfile=PATH", "Specify path to Steepfile") {|path| command.steepfile = Pathname(path) } end