when :result_project
        opt.on(
          '-r', '--result STRING',
          '(Mandatory) Name of the result, one of:',
          *MiGA::Project.RESULT_DIRS.keys.map { |n| " ~ #{n}" }