xxxxxxxxxx
import std.exception;
void main(string[] args) {
enforce(args.length == 5, "Invalid args\n" ~
"./tool <input.csv> <colum-name> <replacement-string> <output.csv>");
}