mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-12 18:10:13 +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', {
|
}).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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user