You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::cout << " Relocate the input file path in \"#line\" to the specified path" << std::endl;
249
+
std::cout << " -f, --format" << std::endl;
250
+
std::cout << " Format the line beginning" << std::endl;
251
+
std::cout << " This will result in a better looking output file, but the number of columns in the compilation warning will not match the source file." << std::endl;
252
+
std::cout << " -s, --std-out" << std::endl;
253
+
std::cout << " Output to standard output" << std::endl;
239
254
std::cout << "if in_file is a directory, out_file must be a directory or not exist," << std::endl;
240
255
std::cout << "and all superficial files in in_file will be processed." << std::endl;
241
256
}
@@ -255,6 +270,12 @@ int main(size_t argc, char* _argv[]) {
0 commit comments