ShellCompletions top-level property

List<FigSuggestion> ShellCompletions
final

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')
];