mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-31 08:33:37 +02:00
cage: add examples (#17635)
This commit is contained in:
parent
cd43e599dc
commit
6a68314d49
1 changed files with 8 additions and 0 deletions
|
@ -11,6 +11,14 @@
|
|||
|
||||
`cage -- {{application}} {{arguments}}`
|
||||
|
||||
- Hide window [d]ecorations (this can lock you from accessing the terminal):
|
||||
|
||||
`cage -d {{application}}`
|
||||
|
||||
- Allow [s]witching terminals with `<Ctrl Alt F2>`:
|
||||
|
||||
`cage -s {{application}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`cage -h`
|
||||
|
|
Loading…
Add table
Reference in a new issue