electron-webpack
electron-webpack copied to clipboard
`npx electron-webpack dev -- --version` improper behavior
- Version: 2.7.4
- Target: MacOS
When running npx electron-webpack dev -- --version, my program receives -- --version as input argv, which is wrong. The -- should be consumed by electron-webpack as this is a standard way to tell that all args after -- should be passed to the sub-command.