class Pytty::Client::Cli::AttachCommand
Public Instance Methods
execute()
click to toggle source
# 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