Replace string in file. ```bash rep 0.1.0 Batch replace text file
USAGE:
rep.exe [OPTIONS] --from
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-i, --input File path to replace
-e, --ext
bash
rep -i public/wiki/ -e html -f 'link rel="stylesheet" href="' -t 'link rel="stylesheet" href="/wiki/'