kutil-cli-macros 0.0.7

Procedural macros for kutil::cli
Documentation
1
2
3
4
5
6
7
8
9
10
use deluxe::*;

/// Prefix branch style.
#[derive(Default, ParseMetaItem)]
pub enum Branch {
    #[default]
    Thin,
    Thick,
    Double,
}