Class KiteUsageHelp

java.lang.Object
cloud.kitelang.cli.KiteUsageHelp

public final class KiteUsageHelp extends Object
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 Details

    • render

      public static void render(PrintWriter out)
      Builds the full bun-style help text and writes it to the given writer.
      Parameters:
      out - the writer to print to