List all of your jobs.

Usage

komo job list [OPTIONS]

Options

OptionDescriptionType
‑l, ‑‑limitThe limit to the number of jobs that are listed. Defaults to 10. Use -1 to display all jobs.int
‑s, ‑‑skipThe number of jobs to skipint

Examples

List your jobs

komo job list

List 5 jobs, but skip the first 3 that would normally be displayed

komo job list -l 5 -s 3