relpipe-in-fstab.cpp
branchv_0
changeset 8 21b14ec0bc60
parent 7 f3cc6f4b627f
equal deleted inserted replaced
7:f3cc6f4b627f 8:21b14ec0bc60
    87 
    87 
    88 }
    88 }
    89 
    89 
    90 int main(int argc, char** argv) {
    90 int main(int argc, char** argv) {
    91 	setlocale(LC_ALL, "");
    91 	setlocale(LC_ALL, "");
       
    92 	CLI::untieStdIO();
    92 	//CLI cli(argc, argv);
    93 	//CLI cli(argc, argv);
    93 
    94 
    94 	int resultCode = CLI::EXIT_CODE_UNEXPECTED_ERROR;
    95 	int resultCode = CLI::EXIT_CODE_UNEXPECTED_ERROR;
    95 
    96 
    96 	try {
    97 	try {