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

Add predefined command line arguments to programs #6

Open
Karandra opened this issue Nov 12, 2018 · 0 comments
Open

Add predefined command line arguments to programs #6

Karandra opened this issue Nov 12, 2018 · 0 comments
Assignees
Labels
Enhancement New feature or request ProgramManager

Comments

@Karandra
Copy link
Owner

Karandra commented Nov 12, 2018

Description

Some programs can use command line arguments ton configure their behavior. Some of them has this as the only way to use their features. Often user need to quickly change some command line arguments to run program in different mode and it's really inconvenient to specify cmd-line args by hand every time (I'm looking at you, xEdit).

So I'm thinking of an option to specify list of known command line options. User would check required options and Kortex will format final cmd-line automatically.

That requires following:

  • Either store cmd options with program entry or store them separately and link later.
  • Specify format rules because different programs pareses their cmd-line parameters differently.
  • Allow to specify cmd options order. Some programs are sensitive to options order (xEdit again).
@Karandra Karandra added Enhancement New feature or request ProgramManager labels Nov 12, 2018
@Karandra Karandra self-assigned this Nov 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request ProgramManager
Projects
None yet
Development

No branches or pull requests

1 participant