Class: Pytty::Client::Cli::AttachCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- Pytty::Client::Cli::AttachCommand
- Defined in:
- lib/pytty/client/cli/attach_command.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
13 14 15 16 17 |
# File 'lib/pytty/client/cli/attach_command.rb', line 13 def execute Async.run do Pytty::Client::Api::Attach.run id: id end end |