thefuck
thefuck copied to clipboard
#1259 tar missed argument
The purpose of this rule is to add arguments to the command - tar - if the user forgets to type them or he / she does not know that they exist.
For example, if I want to compress the files, which are located in the directory C:/Users, I would type:
tar filename.tar C:/Users
Of course, this is incorrect. One possible command for what I want to do is:
tar -cvf filename.tar C:/Users
I have also run some tests!