mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-23 20:51:53 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/linux/cage
Normal file
21
tldr/linux/cage
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user