Class KiteUsageHelp
java.lang.Object
cloud.kitelang.cli.KiteUsageHelp
Renders bun-style usage help for the Kite CLI root command.
Produces a clean, grouped layout with inline examples instead of picocli's default wall-of-text help. Example output:
Kite is a multi-cloud IaC tool. Write once, provision anywhere. (0.4.0) Usage: kite <command> [...flags] [...args] Commands: new my-project Create a new Kite project plan -e dev Preview infrastructure changes ...
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidrender(PrintWriter out) Builds the full bun-style help text and writes it to the given writer.
-
Method Details
-
render
Builds the full bun-style help text and writes it to the given writer.- Parameters:
out- the writer to print to
-