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 global configuration file to store common parameters #56

Open
andystanton opened this issue Nov 30, 2015 · 0 comments
Open

Add global configuration file to store common parameters #56

andystanton opened this issue Nov 30, 2015 · 0 comments
Milestone

Comments

@andystanton
Copy link
Member

I almost always use the latest C++ with dexec, so rather than having to type this every time:

$ dexec -b -std=c++14 source.cpp

I'd rather just have a .dexecrc file in my user home which contained something like this:

---
c++:
    build-args:
        - -std=c++11

---

It doesn't have to be yaml, but yaml is quite succinct. Go has good out of the box support for json.

@andystanton andystanton added this to the v2.0.0 milestone Nov 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant