mirror of
https://github.com/httpie/cli.git
synced 2024-11-26 01:33:33 +01:00
9dda23a322
* Add Chocolatey packaging information * Fix working directory * Fix Python dependency * Update icon URL * Fix local installation * Simplify links * Remove the workflow, it adds no real value and th etime to fix is is not worth
3 lines
114 B
PowerShell
3 lines
114 B
PowerShell
$ErrorActionPreference = 'Stop';
|
|
py -m pip uninstall -y $env:ChocolateyPackageName --disable-pip-version-check
|