mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 07:49:04 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user