Updated docs
This commit is contained in:
30
docs/build/html/_sources/cpl_cli.uninstall.md.txt
vendored
Normal file
30
docs/build/html/_sources/cpl_cli.uninstall.md.txt
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
# 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``` |
|
||||
|
||||
## Flags
|
||||
|
||||
| Argument | Description |
|
||||
|------------------|:----------------------------------------------------:|
|
||||
| ```--dev``` | Specifies whether the command is in development mode |
|
||||
| ```--virtual``` | Specifies whether the command is virtual mode |
|
||||
| ```--simulate``` | Specifies whether the command is simulated |
|
||||
Reference in New Issue
Block a user