tldr/pages/common/pueue.md

18 lines
417 B
Markdown
Raw Normal View History

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