Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
32
export
interface
CompletionInstaller {
33
install(script: string): Promise<InstallationResult>;
34
uninstall(): Promise<{ success: boolean; message: string }>;
35
}
36
Callers
7
completion.test.ts
File · 0.65
zsh-installer.test.ts
File · 0.65
bash-installer.test.ts
File · 0.65
fish-installer.test.ts
File · 0.65
powershell-installer.test.ts
File · 0.65
installForShell
Method · 0.65
index.ts
File · 0.65
Implementers
5
CompletionCommand
src/commands/completion.ts
PowerShellInstaller
src/core/completions/installers/powers
FishInstaller
src/core/completions/installers/fish-i
BashInstaller
src/core/completions/installers/bash-i
ZshInstaller
src/core/completions/installers/zsh-in
Calls
no outgoing calls
Tested by
no test coverage detected