modde-cli 0.2.1

CLI interface for modde
1
2
3
4
5
6
use anyhow::Result;

pub fn handle() -> Result<()> {
    println!("{}", modde_ui::shortcuts::help_text());
    Ok(())
}