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

cargo miri: be more like a proper CLI app #546

Closed
RalfJung opened this issue Nov 27, 2018 · 1 comment
Closed

cargo miri: be more like a proper CLI app #546

RalfJung opened this issue Nov 27, 2018 · 1 comment
Labels
A-cargo Area: affects the cargo wrapper (cargo miri) A-ux Area: This affects the general user experience C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement

Comments

@RalfJung
Copy link
Member

cargo miri has entirely ad-hoc command-flag parsing, user interaction and error handling. We can and probably should do better! Some of the Rust CLI stuff can probably help.

@RalfJung RalfJung added the C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement label Nov 27, 2018
@RalfJung RalfJung added the A-ux Area: This affects the general user experience label Mar 8, 2019
@RalfJung RalfJung added the A-cargo Area: affects the cargo wrapper (cargo miri) label Jul 30, 2019
@RalfJung
Copy link
Member Author

I think I'll close this in favor of #739 -- if we just forward everything to cargo, we shouldn't need our own full-blown CLI parser, and indeed I think it would be a bad idea to reimplement cargo's CLI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-cargo Area: affects the cargo wrapper (cargo miri) A-ux Area: This affects the general user experience C-enhancement Category: a PR with an enhancement or an issue tracking an accepted enhancement
Projects
None yet
Development

No branches or pull requests

2 participants