relpipe-out-tabular.cpp
branchv_0
changeset 10 6af5371af82d
parent 9 86d69cfbacc9
equal deleted inserted replaced
9:86d69cfbacc9 10:6af5371af82d
    29 using namespace relpipe::cli;
    29 using namespace relpipe::cli;
    30 using namespace relpipe::reader;
    30 using namespace relpipe::reader;
    31 using namespace relpipe::out::tabular;
    31 using namespace relpipe::out::tabular;
    32 
    32 
    33 int main(int argc, char** argv) {
    33 int main(int argc, char** argv) {
       
    34 	setlocale(LC_ALL, "");
       
    35 	CLI::untieStdIO();
    34 	CLI cli(argc, argv);
    36 	CLI cli(argc, argv);
    35 
    37 
    36 	int resultCode = CLI::EXIT_CODE_UNEXPECTED_ERROR;
    38 	int resultCode = CLI::EXIT_CODE_UNEXPECTED_ERROR;
    37 
    39 
    38 	try {
    40 	try {