ProxySwitcher/configs/win_pip.json

23 lines
362 B
JSON
Raw Permalink Normal View History

2024-09-24 13:42:03 +00:00
{
2024-11-07 18:30:01 +00:00
"name": "WIN - Pip",
"cmd": "pip",
2024-09-24 13:42:03 +00:00
"set": [
{
"args": [
"config",
"set",
"global.proxy"
]
}
],
"unset": [
{
"args": [
"config",
"unset",
"global.proxy"
]
}
]
}