mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 11:35:26 +02:00
progress: add page (#7510)
This commit is contained in:
parent
09f8f802d3
commit
9ad2a08a73
1 changed files with 5 additions and 1 deletions
|
@ -13,4 +13,8 @@
|
|||
|
||||
- Launch and monitor a single long-running command:
|
||||
|
||||
`{{command}} & progress -mp $!`
|
||||
`{{command}} & progress --monitor --pid $!`
|
||||
|
||||
- Include an estimate of time remaining for completion:
|
||||
|
||||
`progress --wait --command {{firefox}}`
|
Loading…
Add table
Reference in a new issue