ProxySwitcher/configs/wsl_sudo_pip.json

23 lines
378 B
JSON
Raw Permalink Normal View History

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