broot 1.56.0

File browser and launcher
Documentation
1
2
3
4
5
6
/// Right now the flag is just a vessel for display.
#[derive(Clone, Copy)]
pub struct Flag {
    pub name: &'static str,
    pub value: &'static str,
}