Class FmtCommand

java.lang.Object
cloud.kitelang.cli.commands.FmtCommand
All Implemented Interfaces:
Callable<Integer>

public class FmtCommand extends Object implements Callable<Integer>
Formats .kite files according to standard style conventions. Ensures consistent code style across the project.
  • Constructor Details

    • FmtCommand

      public FmtCommand()
  • Method Details