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

Commandline argument namespacing (ala "cs.config" instead of "config") to avoid collisions #73

Open
asilvas opened this issue Nov 18, 2015 · 0 comments

Comments

@asilvas
Copy link
Collaborator

asilvas commented Nov 18, 2015

Depending on the app you're clustering, it may be desirable to avoid argument collisions with namespacing; especially with pre-existing apps that you wish to cluster. If any single option is detected with the prefix of cs. it will assume that all arguments are prefixed with this key, and any non-prefixed key will be ignored (assumed as app-specific). This allows both namespacing and backward compatibility.

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

2 participants