Skip to content

Commit

Permalink
Merge pull request #891 from GoodbyeNJN/main
Browse files Browse the repository at this point in the history
🐛 Update `inject` definition in command line options.
  • Loading branch information
tw93 authored Jan 15, 2025
2 parents 22cacfa + 6f105ca commit 28b78a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ program
.option('--fullscreen', 'Start in full screen', DEFAULT.fullscreen)
.option('--hide-title-bar', 'For Mac, hide title bar', DEFAULT.hideTitleBar)
.option('--multi-arch', 'For Mac, both Intel and M1', DEFAULT.multiArch)
.option('--inject <url>', 'Injection of .js or .css files', DEFAULT.inject)
.option('--inject <url...>', 'Injection of .js or .css files', DEFAULT.inject)
.option('--debug', 'Debug build and more output', DEFAULT.debug)
.addOption(new Option('--proxy-url <url>', 'Proxy URL for all network requests').default(DEFAULT_PAKE_OPTIONS.proxyUrl).hideHelp())
.addOption(new Option('--user-agent <string>', 'Custom user agent').default(DEFAULT.userAgent).hideHelp())
Expand Down

0 comments on commit 28b78a0

Please sign in to comment.