ShellCompletions top-level property
Implementation
final List<FigSuggestion> ShellCompletions = [
FigSuggestion(name: 'bash', description: 'Bash shell'),
FigSuggestion(name: 'zsh', description: 'Zsh shell'),
FigSuggestion(name: 'fish', description: 'Fish shell'),
FigSuggestion(name: 'powershell', description: 'Powershell')
];