name constant

NameOption const name

Implementation

static const name = NameOption(
  argPos: 0,
  helpText:
      'The name of the password (without SERVERPOD_PASSWORD_ prefix). '
      'Can be passed as the first argument.',
);