MCPcopy
hub / github.com/Fission-AI/OpenSpec / CompletionInstaller

Interface CompletionInstaller

src/core/completions/factory.ts:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 * Interface for completion installers
31 */
32export interface CompletionInstaller {
33 install(script: string): Promise<InstallationResult>;
34 uninstall(): Promise<{ success: boolean; message: string }>;
35}
36
37/**
38 * Factory for creating completion generators and installers

Implementers 5

CompletionCommandsrc/commands/completion.ts
PowerShellInstallersrc/core/completions/installers/powers
FishInstallersrc/core/completions/installers/fish-i
BashInstallersrc/core/completions/installers/bash-i
ZshInstallersrc/core/completions/installers/zsh-in

Calls

no outgoing calls

Tested by

no test coverage detected