mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 18:42:38 +00:00
14 lines
311 B
Plaintext
14 lines
311 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pueue switch
|
|
|
|
> Switches the queue position of two enqueued or stashed commands.
|
|
> More information: <https://github.com/Nukesor/pueue>.
|
|
|
|
- Switch the priority of two tasks:
|
|
|
|
`pueue switch {{task_id1}} {{task_id2}}`
|