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

Method install

src/core/completions/factory.ts:33–33  ·  view source on GitHub ↗
(script: string)

Source from the content-addressed store, hash-verified

31 */
32export interface CompletionInstaller {
33 install(script: string): Promise<InstallationResult>;
34 uninstall(): Promise<{ success: boolean; message: string }>;
35}
36

Callers 7

completion.test.tsFile · 0.65
installForShellMethod · 0.65
index.tsFile · 0.65

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