1 2 3 4 5 6
use anyhow::Result; pub fn handle() -> Result<()> { println!("{}", modde_ui::shortcuts::help_text()); Ok(()) }