1
0
Fork 0
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:
Managor 2025-06-09 10:20:28 +03:00 committed by GitHub
parent 2d41537b6e
commit e2f9405968
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
pages/linux/cage.md Normal file
View 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`