1#[derive(Clone, Copy, Debug, Default, clap::ValueEnum)] 2pub enum Cascade { 3 #[default] 4 Background, 5 Foreground, 6 Orphan, 7}