marg 0.3.2

Meta config for apps from args
Documentation
1
2
3
4
5
use marg::ArgConfig;

fn main() {
    let _test_run = ArgConfig::from_args();
}