Added cli docs
This commit is contained in:
22
docs/source/cli.uninstall.md
Normal file
22
docs/source/cli.uninstall.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# cpl uninstall
|
||||
|
||||
## Contents
|
||||
|
||||
- [Description](#description)
|
||||
- [Arguments](#arguments)
|
||||
|
||||
Uninstalls given package via pip
|
||||
|
||||
cpl **uninstall** *<package>* <br>
|
||||
cpl **ui** *<package>* <br>
|
||||
cpl **UI** *<package>*
|
||||
|
||||
## Description
|
||||
|
||||
Uninstall given package from project via pip.
|
||||
|
||||
## Arguments
|
||||
|
||||
| Argument | Description | Value type |
|
||||
| ----------------- |:-----------------------------:|:-------------:|
|
||||
| ```<package>``` | The package to uninstall | ```str``` |
|
||||
Reference in New Issue
Block a user