|
koutil
|
#include "koutil/args/argument.h"#include "koutil/args/handle.h"#include "koutil/args/option.h"#include "koutil/args/result.h"#include <cstddef>#include <cstdint>#include <functional>#include <ostream>#include <span>#include <string>#include <string_view>#include <unordered_map>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | koutil::args::command_t< extends_result > |
| Represents a command in the command-line interface. More... | |
| struct | koutil::args::command_t< extends_result >::string_hash |
Namespaces | |
| namespace | koutil |
| namespace | koutil::args |