#pragma once #include struct Args { bool silent = false; std::string source; std::string dest; }; Args parse_args(int argc, char* argv[]);