mycroforge-docs/docs/Commands/m4g_uninstall.md
2024-10-06 13:24:20 +02:00

20 lines
364 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
sidebar_position: 1
---
# m4g uninstall
```
Description:
Uninstall packages and update the requirements.txt
Usage:
m4g uninstall [<packages>...] [options]
Arguments:
<packages> The names of the packages to uninstall
Options:
-y, --yes Dont ask for confirmation of uninstall deletions
-?, -h, --help Show help and usage information
```