electron-webpack icon indicating copy to clipboard operation
electron-webpack copied to clipboard

`npx electron-webpack dev -- --version` improper behavior

Open wdanilo opened this issue 5 years ago • 0 comments

  • 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.

wdanilo avatar Mar 01 '20 18:03 wdanilo