This commit is contained in:
Cohee 2024-09-12 20:29:46 +03:00
parent b9d5c61b2e
commit edd6dfa819

View File

@ -157,11 +157,11 @@ const cliArguments = yargs(hideBin(process.argv))
}).option('requestProxyUrl', { }).option('requestProxyUrl', {
type: 'string', type: 'string',
default: null, default: null,
describe: 'Request proxy URL', describe: 'Request proxy URL (HTTP or SOCKS protocols)',
}).option('requestProxyBypasss', { }).option('requestProxyBypass', {
type: 'array', type: 'array',
default: null, default: null,
describe: 'Request proxy bypass', describe: 'Request proxy bypass list (space separated list of hosts)',
}).parseSync(); }).parseSync();
// change all relative paths // change all relative paths