Open DRSDavidSoft opened 5 years ago
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:
args.setOpt(args.WIN_STYLE, true)
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:
args.setOpt(args.WIN_STYLE, true)