mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2024-12-26 20:51:45 +00:00
23 lines
378 B
JSON
23 lines
378 B
JSON
{
|
|
"name": "WSL - Sudo - Pip",
|
|
"cmd": "wsl sudo pip",
|
|
"set": [
|
|
{
|
|
"args": [
|
|
"config",
|
|
"set",
|
|
"global.proxy"
|
|
]
|
|
}
|
|
],
|
|
"unset": [
|
|
{
|
|
"args": [
|
|
"config",
|
|
"unset",
|
|
"global.proxy"
|
|
]
|
|
}
|
|
]
|
|
}
|