2025-03-14 21:59:59 -06:00
|
|
|
# pueue send
|
|
|
|
|
|
|
|
|
|
> Send input to a task.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://github.com/Nukesor/pueue#how-to-use-it>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Send input to a running command:
|
|
|
|
|
|
|
|
|
|
`pueue send {{task_id}} "{{input}}"`
|
|
|
|
|
|
|
|
|
|
- Send confirmation to a task expecting y/N (e.g. APT, cp):
|
|
|
|
|
|
|
|
|
|
`pueue send {{task_id}} {{y}}`
|