snippetbashTip
pueue start — Resume operation of tasks or groups of tasks. See also: `pueue pause`. More information: <https://gi
Viewed 0 times
commandoperationcliresumetasksgroupspueue start
Problem
How to use the
pueue start command: Resume operation of tasks or groups of tasks. See also: pueue pause. More information: <https://github.com/Nukesor/pueue#how-to-use-it>.Solution
pueue start — Resume operation of tasks or groups of tasks. See also: pueue pause. More information: <https://github.com/Nukesor/pueue#how-to-use-it>.Resume all tasks in the default group:
pueue startResume 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]}} --childrenResume all tasks in a specific group:
pueue start group {{group_name}}Code Snippets
Resume all tasks in the default group
pueue startResume 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]}} --childrenResume all tasks in a specific group
pueue start group {{group_name}}Context
tldr-pages: common/pueue start
Revisions (0)
No revisions yet.