Currently, "cargo add
馃憤 , just like
> cargo build
Compiling foo v0.1.0 (file:///C:/Users/steve/tmp/splain)
I'd like to see
> cargo add foo
Adding foo v0.1.0
unsure if something should go in () after.
Good suggestion, I totally agree. Some notes:
Adding {name} {concrete_version} by default--quite/-q to suppress this(dev dependency) or (build dependency)Hi there!
I can take a shot at this :smile:
Great! Go for it!
I just implemented this in #190 . The "cargo-style" coloring and padding looks fine, but is a bit ad-hoc.
There is pub code in cargo that handles this sort of printing, but I don't think adding cargo as a dependency just for this is worth it, as cargo is pretty huge.
I also added a similar message for cargo rm.
Most helpful comment
Hi there!
I can take a shot at this :smile: