Class CompletionCommand

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

public class CompletionCommand extends Object implements Callable<Integer>
Generates shell completion scripts for bash, zsh, and fish. Picocli provides built-in support for generating these scripts.
  • Constructor Details

    • CompletionCommand

      public CompletionCommand()
  • Method Details