Chopper
|
#include <cstdlib>
#include <filesystem>
#include <iostream>
#include <string>
#include <string_view>
#include <vector>
#include <sharg/exceptions.hpp>
#include <sharg/parser.hpp>
#include "shared.hpp"
Functions | |
void | init_shared_meta (sharg::parser &parser) |
void | general_only_options (sharg::parser &parser, config &cfg) |
void | init_options (sharg::parser &parser, config &cfg) |
void | parse (sharg::parser &parser) |
int | main (int argc, char const *argv[]) |
void general_only_options | ( | sharg::parser & | parser, |
config & | cfg | ||
) |
void init_options | ( | sharg::parser & | parser, |
config & | cfg | ||
) |
void init_shared_meta | ( | sharg::parser & | parser | ) |
int main | ( | int | argc, |
char const * | argv[] | ||
) |
void parse | ( | sharg::parser & | parser | ) |