variableName constant

NameOption const variableName

Implementation

static const variableName = NameOption(
  argPos: 0,
  helpText:
      'The name of the environment variable. Can be passed as the first argument.',
);