yazi/yazi-core/src/help/mod.rs

6 lines
75 B
Rust

mod commands;
mod help;
pub use help::*;
pub const HELP_MARGIN: u16 = 1;