target constant

EnumOption<DomainNameTarget> const target

Implementation

static const target = EnumOption<DomainNameTarget>(
  argName: 'target',
  argAbbrev: 't',
  argPos: 1,
  helpText:
      'The Serverpod server target of the custom domain, only one can be specified.',
  mandatory: true,
  enumParser: EnumParser(DomainNameTarget.values),
);