ProxySwitcher/configs/wsl_user_pip.json

23 lines
373 B
JSON
Raw Permalink Normal View History

{
"name": "WSL - User - Pip",
"cmd": "wsl pip",
"set": [
{
"args": [
"config",
"set",
"global.proxy"
]
}
],
"unset": [
{
"args": [
"config",
"unset",
"global.proxy"
]
}
]
}