Macro salak::auto_read_sys_args_param[][src]

macro_rules! auto_read_sys_args_param {
    () => { ... };
}
This is supported on crate features enable_clap or enable_pico only.

Auto generate SysArgsParam from Cargo.toml.

Due to macro env! will generate value at compile time, so users should call it at final project.