Closed AdamRzepka closed 6 years ago
Thanks. will be handled this week.
This should be fixed now. If you need it in cargo-make it will take a bit longer until I release a new version of it since I plan to push there few more items.
now that cargo-make 0.14.0 is released, i think this case can also be closed.
Problem Description
rm
is converted intodel
which works for files. However,del /Q directory
removes files inside thedirectory
, leaving subdirectories and thedirectory
itself in place. In order to remove directory recursively, one needsrmdir /S
.So, the conversion should look like this: