argon
0.12.0
Command line argument parser
|
#include <argon/Option.hpp>
#include <argon/Position.hpp>
#include <cstdint>
#include <memory>
#include <sstream>
#include <string_view>
Go to the source code of this file.
Classes | |
class | argon::Parser |
Argument parser. More... | |
Enumerations | |
enum | argon::Action : std::uint8_t { argon::PRINT , argon::USAGE } |
Special tags for options. More... | |
enum argon::Action : std::uint8_t |