Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-11 00:21:58 +00:00
parent 9b844dc12b
commit f3773777cf
36 changed files with 230 additions and 99 deletions

View File

@@ -5,18 +5,18 @@ source: https://github.com/tldr-pages/tldr.git
---
# toolbox rm
> Remove one or more `toolbox` containers.
> Remove one or more Toolbx containers.
> See also: `toolbox rmi`.
> More information: <https://manned.org/toolbox-rm>.
- Remove a toolbox container:
- Remove a Toolbx container:
`toolbox rm {{container_name}}`
- Remove all `toolbox` containers:
- Remove all Toolbx containers:
`toolbox rm {{[-a|--all]}}`
- Force the removal of a currently active `toolbox` container:
- Force the removal of a currently active Toolbx container:
`toolbox rm {{[-f|--force]}} {{container_name}}`