class Terminalwire::Client::Exec
def self.start
def self.start case ARGV in path, *arguments new(path:, arguments:).start end rescue NoMatchingPatternError => e raise Terminalwire::Error, "Launched with incorrect arguments: #{ARGV}" end
def self.start case ARGV in path, *arguments new(path:, arguments:).start end rescue NoMatchingPatternError => e raise Terminalwire::Error, "Launched with incorrect arguments: #{ARGV}" end