shellCompletions top-level property

List<FigSuggestion> shellCompletions
final

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: '๐Ÿ’ป',
  ),
];