mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-05 04:47:54 +00:00
CLI help: clarify --inject supports both JS & CSS (#340)
This commit is contained in:
parent
25eada1fd5
commit
a09ae9fe4e
@ -43,7 +43,7 @@ if (require.main === module) {
|
||||
.option('--insecure', 'enable loading of insecure content, defaults to false')
|
||||
.option('--flash', 'if flash should be enabled')
|
||||
.option('--flash-path <value>', 'path to Chrome flash plugin, find it in `Chrome://plugins`')
|
||||
.option('--inject <value>', 'path to a file to be injected', collect, [])
|
||||
.option('--inject <value>', 'path to a CSS/JS file to be injected', collect, [])
|
||||
.option('--full-screen', 'if the app should always be started in full screen')
|
||||
.option('--maximize', 'if the app should always be started maximized')
|
||||
.option('--hide-window-frame', 'disable window frame and controls')
|
||||
|
Loading…
Reference in New Issue
Block a user