subsystemsGenerator top-level property
Implementation
final subsystemsGenerator = FigGenerator(
custom: (List<String> tokens, ExecuteCommandFunction? executeCommand,
FigGeneratorContext? context) async {
return ["figterm", "fig_cli", "fig_desktop", "daemon"]
.map((name) => FigSuggestion(name: name))
.toList();
},
);