# File lib/appraisal/command.rb, line 6
    def self.from_args(gemfile)
      command = ([$0] + ARGV.slice(1, ARGV.size)).join(' ')
      new(command, gemfile)
    end