commands.sh

pueue start

all

Resume operation of tasks or groups of tasks. See also: `pueue pause`.

More info →

Options (1)

-a, --allboolean

Resume all tasks and start their children

Example: pueue start {{[-a|--all]}} --children

Examples (5)

Resume all tasks in the default group

Resume a specific task

pueue start task_id

Resume multiple tasks at once

pueue start task_id task_id

Resume all tasks and start their children

pueue start [-a|--all] --children

Resume all tasks in a specific group

pueue start group group_name
made by @shridhargupta | data from tldr-pages