rfdonnelly / jobrnr

Jobrnr runs jobs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`import` all jobs

rfdonnelly opened this issue · comments

Add ability to import all jobs from a job description file.

import 'prefix', :all, 'file.jr'

Maybe support shell style globbing instead.

import 'prefix', '*', 'file.jr'
import 'prefix', ['job_[abc]', 'id?'], 'file.jr'