suggestions top-level property
Implementation
final List<FigSuggestion> suggestions = [
const FigSuggestion(
name: 'doctor',
description: 'Running sanity checks on your system',
icon: 'fig://icon?type=alert',
),
const FigSuggestion(
name: 'completion',
description: 'To enable shell completion for the yo command',
icon: 'fig://icon?type=asterisk',
),
];