2021-02-18 18:34:02 -05:00
|
|
|
# pueue
|
|
|
|
|
2023-07-16 19:23:40 +02:00
|
|
|
> A task management tool for sequential and parallel execution of long-running tasks.
|
2024-10-04 21:14:41 +02:00
|
|
|
> 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}}`
|
2024-01-30 01:55:24 -03:00
|
|
|
|
|
|
|
- Check the version of pueue:
|
|
|
|
|
|
|
|
`pueue --version`
|