-
Notifications
You must be signed in to change notification settings - Fork 151
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
Switch to Clap #207
Comments
I've got this basically implemented, just need to convert the final few tests. It's essentially a 1:1 port where the only difference is clap enforcing some of the constraints instead of cargo-edit. The only user facing difference is when using |
I don't have a strong opinion on that, but would prefer having |
Yeah I should have worded that better, but it sounds like you both picked up on my meaning despite my poor choice of words 😜 For others reading this: Currently in In the port to clap I used the explicit prefix in both cases, when the user uses |
Is that ok if I’d like to replace docopt with Obviously, |
295: Migrate 'docopt' to 'structopt' r=ordian a=DCjanus Close #207 Co-authored-by: DCjanus <[email protected]>
cargo itself recently switched to clap. I know we've had an issue open before about switching away from doctopt and closed it because we wanted to be able to integrate cargo-edit into cargo at some point. Guess we can actually get rid of docopt in good conscience now!
The text was updated successfully, but these errors were encountered: