Porytiles
Loading...
Searching...
No Matches
cli_option_registration.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "CLI/CLI.hpp"
4
6
7namespace porytiles {
8
9// NOTE: DO NOT EDIT THIS FILE DIRECTLY. It is AUTO-GENERATED from config_schema.yaml.
10// To add new config values or make other changes, edit config_schema.yaml and regenerate via:
11//
12// uv run scripts/generate_config.py
13
23void register_config_options(CLI::App &app, CliOptionStorage &storage);
24
25} // namespace porytiles
void register_config_options(CLI::App &app, CliOptionStorage &storage)
Registers all config options with a CLI11 App.