luaur-ast-cli 0.1.3

Luau AST dump CLI (Rust).
Documentation
1
2
3
pub fn display_help(argv0: &str) {
    println!("Usage: {} [file]", argv0);
}