mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2024-12-25 20:21:45 +00:00
23 lines
362 B
JSON
23 lines
362 B
JSON
{
|
|
"name": "WIN - Pip",
|
|
"cmd": "pip",
|
|
"set": [
|
|
{
|
|
"args": [
|
|
"config",
|
|
"set",
|
|
"global.proxy"
|
|
]
|
|
}
|
|
],
|
|
"unset": [
|
|
{
|
|
"args": [
|
|
"config",
|
|
"unset",
|
|
"global.proxy"
|
|
]
|
|
}
|
|
]
|
|
}
|