Class: Pytty::Client::Cli::AttachCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/pytty/client/cli/attach_command.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



14
15
16
17
18
# File 'lib/pytty/client/cli/attach_command.rb', line 14

def execute
  Async.run do
    Pytty::Client::Api::Attach.run id: id, interactive: interactive?
  end
end