java.lang.Object
gov.nist.secauto.oscal.tools.cli.core.CLI

public final class CLI extends Object
Provides the main entry point for executing the command line interface.
  • Method Details

    • main

      public static void main(String[] args)
      Executes the CLI and handled the exit code.
      Parameters:
      args - the CLI arguments
    • runCli

      @NonNull public static gov.nist.secauto.metaschema.cli.processor.ExitStatus runCli(String... args)
      Executes the CLI.
      Parameters:
      args - the CLI arguments
      Returns:
      the result of executing the CLI