def create_command(*args)
      @create ||= []
      if bundler?
        args[0] = "bundle exec " + args[0]
        @create.push(Command.new(*args))