2021-02-18 18:34:02 -05:00
|
|
|
# pueue
|
|
|
|
|
|
|
|
> Pueue is a command-line task management tool for sequential and parallel execution of long-running tasks.
|
|
|
|
> 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
|
|
|
- Check the version of pueue:
|
2021-02-18 18:34:02 -05:00
|
|
|
|
2021-03-30 20:35:16 +02:00
|
|
|
`pueue --version`
|
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}}`
|