Class: Pytty::Client::Cli::StdoutCommand

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

Instance Method Summary collapse

Instance Method Details

#executeObject



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

def execute
  Async.run do
    Pytty::Client::Api::Stdout.run id: id
  end
end