AsmGrader 0.0.0
|
#include "common/expected.hpp"
#include "user/program_options.hpp"
#include <argparse/argparse.hpp>
#include <optional>
#include <span>
#include <string>
#include <string_view>
#include <vector>
Go to the source code of this file.
Classes | |
class | asmgrader::CommandLineArgs |
Just a wrapper around argparse for now. More... | |
Namespaces | |
namespace | asmgrader |
Functions | |
ProgramOptions | asmgrader::parse_args_or_exit (std::span< const char * > args, int exit_code) noexcept |