# File lib/ruote/workitem.rb, line 378
    def command=(com)

      com = com.is_a?(Array) ? com : com.split(' ')
      com = [ com.first, com.last ]
      com[1] = com[1].to_i if com[1] and com[0] != 'jump'

      @h['fields']['__command__'] = com
    end