Linux command
pueue-switch 命令
文本
Copy it and replace filenames, paths, or keywords as needed.
命令示例
Switch task positions in queue
pueue switch [task_id1] [task_id2]
说明
pueue switch swaps the queue positions of two tasks. Both tasks must be in queued or stashed state (not running or completed). Useful for reordering task execution priority without removing and re-adding tasks.
FAQ
What is the pueue-switch command used for?
pueue switch swaps the queue positions of two tasks. Both tasks must be in queued or stashed state (not running or completed). Useful for reordering task execution priority without removing and re-adding tasks.
How do I run a basic pueue-switch example?
Run `pueue switch [task_id1] [task_id2]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.