🔧 Package management optimization

This commit is contained in:
Tw93
2025-08-14 10:01:35 +08:00
parent eefc02bd10
commit dd3e00fad5
6 changed files with 73 additions and 10 deletions

5
bin/cli.ts vendored
View File

@@ -68,7 +68,10 @@ program
)
.option('--debug', 'Debug build and more output', DEFAULT.debug)
.addOption(
new Option('--proxy-url <url>', 'Proxy URL for all network requests (http://, https://, socks5://)')
new Option(
'--proxy-url <url>',
'Proxy URL for all network requests (http://, https://, socks5://)',
)
.default(DEFAULT_PAKE_OPTIONS.proxyUrl)
.hideHelp(),
)