Class OptionUtils

java.lang.Object
gov.nist.secauto.metaschema.cli.processor.OptionUtils

public final class OptionUtils extends Object
A collection of utilities for handling command line options.
  • Method Details

    • toArgument

      @NonNull public static String toArgument(@NonNull org.apache.commons.cli.Option option)
      Generate the argument text for the given option.
      Parameters:
      option - the CLI option
      Returns:
      the argument text