• Creates a string argument. The value can be anything. It can also be filtered using the optional regex option.

    Parameters

    • options: ArgumentBuilder<string> & {
          regex?: RegExp;
      } = {}

      The options of the argument.

    Returns Argument<string>

    • A string argument.

Generated using TypeDoc