args icon indicating copy to clipboard operation
args copied to clipboard

Feature: Windows-style swithes

Open DRSDavidSoft opened this issue 5 years ago • 0 comments

Feature Request

Sometimes users are used to a habit, such as calling programs with the native style switches.

On windows, it is common to launch an executable using both of these methods:

  • app.js /s /w /i /t /c /h
  • app.js -s -w -i- -t -c -h

Could I ask for a feature that would enable users to use Windows-style switches if we enabled them in the app?

This should be either:

  • enabled explicitly using a method (e.g. args.setOpt(args.WIN_STYLE, true)
  • enabled if running OS is Win32-based

DRSDavidSoft avatar Jan 31 '19 07:01 DRSDavidSoft