We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d5887 commit 421699cCopy full SHA for 421699c
src/main.rs
@@ -307,6 +307,8 @@ fn get_commands<'a>() -> Vec<Command<'a>> {
307
}
308
309
fn show_help() {
310
+ println!("Usage: lover <command> [<arguments>] \n");
311
+
312
println!("Lover is a open source cross-platform build system for Love2D projects.");
313
println!("https://github.com/Wolfyxon/lover \n");
314
0 commit comments