Method: TTY::Command::Cmd#to_hash

Defined in:
lib/tty/command/cmd.rb

#to_hashObject



139
140
141
142
143
144
145
# File 'lib/tty/command/cmd.rb', line 139

def to_hash
  {
    command: command,
    argv: argv,
    uuid: uuid
  }
end