class Spty::Command::ReplayCommand

Constants

ASCRIPT_TRACK_REPLAY

Public Class Methods

call(_, command = 'replay') click to toggle source
# File lib/spty/commands/replay_command.rb, line 9
def self.call(_, command = 'replay')
  return unless running?

  Spty::AppleScriptRunner.(ASCRIPT_TRACK_REPLAY)
  Spty::Command::InfoCommand.(nil, command)
end