31 lines
		
	
	
		
			874 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			874 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# 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      |
 |