Closed jstnlef closed 7 years ago
Using the Cargo env vars for Clap is good, but changing the order of keys in Cargo.toml should be reverted. It's alphabetical, and gets set that way when using cargo add
and cargo rm
from the cargo-edit plugin. It'll just end up getting changed back.
Ah fair enough. I should have known they were alphabetical. Silly me. Reverting 👍
Squash down to one commit and I'll merge. Thanks!
Squashed
I noticed that both the name and the description were duplicates of the ones specified in Cargo.toml. I figure it makes sense for them to be driven by those values so I made the change. Let me know what you think. (There's also a mild amount of OCD in there in moving name and version to the top 😛 )