Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-28 00:18:38 +00:00
parent 9fe6559a97
commit a3692d638b
77 changed files with 334 additions and 180 deletions

View File

@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
> Manage subsystems in `apx`.
> Subsystems are containers that can be created based on pre-existing stacks.
> More information: <https://github.com/Vanilla-OS/apx>.
> More information: <https://docs.vanillaos.org/docs/en/apx-manpage#subsystems>.
- Interactively create a new subsystem:
@@ -19,16 +19,16 @@ source: https://github.com/tldr-pages/tldr.git
- Reset a specific subsystem to its initial state:
`apx subsystems reset --name {{string}}`
`apx subsystems reset {{[-n|--name]}} {{string}}`
- [f]orce reset a specific subsystem:
- Force reset a specific subsystem:
`apx subsystems reset --name {{string}} --force`
`apx subsystems reset {{[-n|--name]}} {{string}} {{[-f|--force]}}`
- Remove a specific subsystem:
`apx subsystems rm --name {{string}}`
`apx subsystems rm {{[-n|--name]}} {{string}}`
- [f]orce remove a specific subsystem:
- Force remove a specific subsystem:
`apx subsystems rm --name {{string}} --force`
`apx subsystems rm {{[-n|--name]}} {{string}} {{[-f|--force]}}`