1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/pueue.md

18 lines
389 B
Markdown
Raw Normal View History

2021-02-18 18:34:02 -05:00
# pueue
> A task management tool for sequential and parallel execution of long-running tasks.
> Some subcommands such as `add` have their own usage documentation.
2021-02-18 18:34:02 -05:00
> More information: <https://github.com/Nukesor/pueue>.
2021-03-30 20:35:16 +02:00
- Show general help and available subcommands:
2021-02-18 18:34:02 -05:00
2021-03-30 20:35:16 +02:00
`pueue --help`
2021-02-18 18:34:02 -05:00
2021-03-30 20:35:16 +02:00
- Execute a pueue subcommand:
2021-02-18 18:34:02 -05:00
2021-03-30 20:35:16 +02:00
`pueue {{subcommand}}`
- Check the version of pueue:
`pueue --version`