Пример #1
0
def list_job_ids():
    """Parses list argument and fires the list categories action"""
    joblist = backend.list_all_jobs_ids()
    tkutil.print_job_ids(joblist)
Пример #2
0
def search_job_ids(search_words):
    """Parses search arguments and fires the search job category action"""
    joblist = backend.search_jobs_for_ids(search_words)
    tkutil.print_job_ids(joblist)
Пример #3
0
def search_job_ids(search_words):
    """Parses search arguments and fires the search job category action"""
    joblist = backend.search_jobs_for_ids(search_words)
    tkutil.print_job_ids(joblist)
Пример #4
0
def list_job_ids():
    """Parses list argument and fires the list categories action"""
    joblist = backend.list_all_jobs_ids()
    tkutil.print_job_ids(joblist)