5#ifndef MOLYBDEN_COMMAND_LINE_ARGS_HPP
6#define MOLYBDEN_COMMAND_LINE_ARGS_HPP
10#include "molybden/base/string_types.hpp"
28 [[nodiscard]]
virtual std::vector<StringViewType>
list()
const = 0;
Allows accessing the copy of the original command line arguments of the current process.
Definition command_line_args.hpp:18
virtual std::vector< StringViewType > list() const =0
Returns the origin command line arguments of the current process.
static const CommandLineArgs & get()
Returns the only instance of the class.