replace: No to-string for last from-string
The following command returns "replace: No to-string for last from-string"
replace 'Person' 'API.IPerson' . -r --include="*.ts"
According to the docs this should work. Any ideas?
same
Same here
same. very annoying, simply doesnt work
Hi everyone - I was able to get it working by running replace 'word1' 'word2' -- 'filename'. Was getting the same error if I didn't have a space between the -- and filename. Hope that helps.
Hi everyone - I was able to get it working by running
replace 'word1' 'word2' -- 'filename'. Was getting the same error if I didn't have a space between the--andfilename. Hope that helps.
Nice it's work for me.