20 lines
364 B
Markdown
20 lines
364 B
Markdown
---
|
||
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 Don’t ask for confirmation of uninstall deletions
|
||
-?, -h, --help Show help and usage information
|
||
``` |