class CmdRemote

Public Instance Methods

run(argv) click to toggle source
# File lib/punt/cmd/cmd_remote.rb, line 9
def run(argv)
    env = argv.shift

    Remote.new.remote(env: env)
end