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
macro_rules! cli_config {
($ty:ty) => { ... };
}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