scuffle_bootstrap

Macro cli_config

Source
macro_rules! cli_config {
    ($ty:ty) => { ... };
}
Expand description

A macro to create a config parser from a CLI struct This macro will automatically parse the CLI struct into the given type using the scuffle-settings crate