mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-28 20:35:27 +02:00
cage: add page (#16804)
This commit is contained in:
parent
2d41537b6e
commit
e2f9405968
1 changed files with 16 additions and 0 deletions
16
pages/linux/cage.md
Normal file
16
pages/linux/cage.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# cage
|
||||
|
||||
> Open an applications in a kiosk mode.
|
||||
> More information: <https://github.com/cage-kiosk/cage/blob/master/cage.1.scd>.
|
||||
|
||||
- Run an application:
|
||||
|
||||
`cage {{application}}`
|
||||
|
||||
- Give the application arguments:
|
||||
|
||||
`cage -- {{application}} {{arguments}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`cage -h`
|
Loading…
Add table
Reference in a new issue