#pragma once #include #include /// \brief Parses the arguments passed to the program [[nodiscard]] auto parse_args(int, char**) -> std::tuple;