shellCompletions top-level property
SHELL ่กฅๅ จๅ่กจ
Implementation
final List<FigSuggestion> shellCompletions = [
FigSuggestion(
name: 'bash',
description: 'Bash shell',
icon: '๐ป',
),
FigSuggestion(
name: 'zsh',
description: 'Zsh shell',
icon: '๐ป',
),
FigSuggestion(
name: 'fish',
description: 'Fish shell',
icon: '๐',
),
FigSuggestion(
name: 'powershell',
description: 'Powershell',
icon: '๐ป',
),
];