awsProfileOption top-level property

FigOption awsProfileOption
final

Implementation

final FigOption awsProfileOption = FigOption(
  name: ['--aws-profile'],
  description: 'AWS profile to use with the command',
  args: [
    FigArg(name: 'profile name'),
  ],
);