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