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/*
10 * NOTE: DO NOT EDIT THIS FILE DIRECTLY. It is AUTO-GENERATED from config_schema.yaml.
11 * To add new config values or make other changes, edit config_schema.yaml and regenerate via:
12 *
13 * uv run scripts/generate_config.py
14 */
15
27void register_config_options(CLI::App &app, CliOptionStorage &storage);
28
29} // namespace porytiles
void register_config_options(CLI::App &app, CliOptionStorage &storage)
Registers all config options with a CLI11 App.