aki-mcycle 0.1.13

mark up text with cycling color
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// WARN: This file is auto generated by flood-tide-gen
match CmdOp::from(nv.opt.num) {
    CmdOp::Exp => {
        conf.opt_exp = value_to_string(nv)?;
    }
    CmdOp::Help => {
        conf.flg_help = true;
    }
    CmdOp::Version => {
        conf.flg_version = true;
    }
}