implement automatic help

This commit is contained in:
2026-01-07 18:53:35 +01:00
parent 4e9b358ef8
commit ecd255479a
18 changed files with 277 additions and 88 deletions

View File

@@ -31,7 +31,7 @@ dependencies {
fun main(args: Array<String>) = cli("application") {
execute {
// define execution of command (e.g., display help)
println("Usage: application <command> [arguments] [options]")
help()
}
// declare command "greet"