Skip to content
  • Luis Araujo's avatar
    Add the job id range notation · aa6d5264
    Luis Araujo authored
    This commit adds a range notation to specify the JOB ID in those
    commands requirng such an argument.
    
    The notation for JOB ID's can now be a range like: '0-N' to
    process jobs with ID from 0 to N. The notation keeps also working
    fine specifying a single JOB ID, or even a combination of both,
    for example: '0 1-6 20-23 99' will work as expected
    processing each of the specific JOB ID's.
    aa6d5264