Gankra / cargo-mommy

Mommy's here to support you when running cargo~
https://faultlore.com/cargo-mommy/
Apache License 2.0
726 stars 49 forks source link

mommy shouldn't try to become a directory for you~ #48

Open Gankra opened 9 months ago

Gankra commented 9 months ago

"cargo mommy i mean hello/there" will actually "work" in that we'll do some thing to the filesystem but uhhhh it shouldn't.

Might also be some other degenerate inputs we should reject.

Gankra commented 9 months ago

Oh also we should stop reading the args as Strings and instead use a proper OsString API to be as compatible as possible (even if the next command in the chain will just die on the input).