Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Windows-style swithes #134

Open
DRSDavidSoft opened this issue Jan 31, 2019 · 0 comments
Open

Feature: Windows-style swithes #134

DRSDavidSoft opened this issue Jan 31, 2019 · 0 comments

Comments

@DRSDavidSoft
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant