mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Better option description
This commit is contained in:
@ -153,7 +153,7 @@ const cliArguments = yargs(hideBin(process.argv))
|
|||||||
}).option('requestProxyEnabled', {
|
}).option('requestProxyEnabled', {
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
default: null,
|
default: null,
|
||||||
describe: 'Enables request proxy',
|
describe: 'Enables a use of proxy for outgoing requests',
|
||||||
}).option('requestProxyUrl', {
|
}).option('requestProxyUrl', {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: null,
|
default: null,
|
||||||
|
Reference in New Issue
Block a user