mitsuhiko / unp

Unpacks things.
Other
424 stars 56 forks source link

Is there a flag to tell unp to overwrite #10

Open simminni opened 8 years ago

simminni commented 8 years ago

Is there a flag to tell unp to overwrite. Example, if we are uncomrpessing abc.zip(unp abc) it will result in a folder abc under current working directory. If we execute same command again, it will uncompress to abc1 or something like that, without overwriting abc. Is there a flag to force overwrite ?