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

Allow the configuration object to be inject into the mesos-cli component. #62

Open
jsancio opened this issue Feb 28, 2015 · 1 comment

Comments

@jsancio
Copy link
Contributor

jsancio commented Feb 28, 2015

Currently the mesos-cli uses a global configuration object that gets statically imported into many components of the CLI. Look at the ls command for an example.

We would like to change this to something that is dynamically loaded/bound so that we can change the implementation in the future.

@ssk2
Copy link
Contributor

ssk2 commented Feb 28, 2015

👍

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

3 participants