Class: CmdRemote
- Includes:
- PuntfileHelper
- Defined in:
- lib/punt/cmd/cmd_remote.rb
Constant Summary
Constants included from PuntfileHelper
PuntfileHelper::SUPPORTED_PUNTFILES
Instance Method Summary collapse
Methods included from PuntfileHelper
Methods inherited from Cmd
#name, #options, #setup, #summary, tag
Instance Method Details
#run(argv) ⇒ Object
9 10 11 12 13 |
# File 'lib/punt/cmd/cmd_remote.rb', line 9 def run(argv) env = argv.shift Remote.new.remote(env: env) end |