tccutilSpec top-level property
Completion spec for tccutil CLI
Implementation
final FigSpec tccutilSpec = FigSpec(
name: 'tccutil',
description: 'Manage the privacy database',
args: [
Arg(
name: 'command',
suggestions: commands
),
Arg(
name: 'service',
suggestions: services
),
Arg(
name: 'bundle id',
isOptional: true
)
]
);