Class InvalidArgumentException

    • Method Detail

      • getOption

        public org.apache.commons.cli.Option getOption()
        Return the option requiring an argument that wasn't provided on the command line.
        Returns:
        the related option
      • setOption

        public void setOption​(@NonNull
                              org.apache.commons.cli.Option option)
        Assign the option requiring an argument that wasn't provided on the command line.
        Parameters:
        option - the option to set