AsmGrader 0.0.0
Loading...
Searching...
No Matches
cl_args.hpp File Reference
#include "common/expected.hpp"
#include "user/program_options.hpp"
#include <argparse/argparse.hpp>
#include <optional>
#include <span>
#include <string>
#include <string_view>
#include <vector>
Include dependency graph for cl_args.hpp:
This graph shows which files directly or indirectly include this file:

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