awsVaultSpec top-level property
Completion spec for aws-vault CLI
Implementation
final FigSpec awsVaultSpec = FigSpec(
name: 'aws-vault',
description:
'A vault for securely storing and accessing AWS credentials in development environments',
options: [
Option(
name: '--help',
description:
'Show context-sensitive help (also try --help-long and --help-man)'),
Option(name: '--version', description: 'Show application version'),
Option(name: '--debug', description: 'Show debugging output')
]);