mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-12 01:50:11 +01:00
Fix typo
This commit is contained in:
parent
b9d5c61b2e
commit
edd6dfa819
@ -157,11 +157,11 @@ const cliArguments = yargs(hideBin(process.argv))
|
||||
}).option('requestProxyUrl', {
|
||||
type: 'string',
|
||||
default: null,
|
||||
describe: 'Request proxy URL',
|
||||
}).option('requestProxyBypasss', {
|
||||
describe: 'Request proxy URL (HTTP or SOCKS protocols)',
|
||||
}).option('requestProxyBypass', {
|
||||
type: 'array',
|
||||
default: null,
|
||||
describe: 'Request proxy bypass',
|
||||
describe: 'Request proxy bypass list (space separated list of hosts)',
|
||||
}).parseSync();
|
||||
|
||||
// change all relative paths
|
||||
|
Loading…
x
Reference in New Issue
Block a user