# File lib/termtter/command.rb, line 91
    def self.split_command_line(line)
      line.strip.split(/\s+/, 2)
    end