• Creates a choice argument. You must put the values possible as a string array. The value can be anything contained in the array.

    Parameters

    • options: ArgumentBuilder<string> & {
          values: string[];
      }

      The options of the argument.

    Returns Argument<string>

    • A choice argument.

Generated using TypeDoc