Skip to main content

luaur_ast_cli/functions/
display_help.rs

1pub fn display_help(argv0: &str) {
2    println!("Usage: {} [file]", argv0);
3}