We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f668853 commit e97d8aeCopy full SHA for e97d8ae
install.go
@@ -25,9 +25,7 @@ func InstallKclvm(installRoot string) error {
25
binPath := filepath.Join(installRoot, "bin")
26
os.Setenv("PATH", os.Getenv("PATH")+":"+binPath)
27
28
- // Run KCL CLI to install dependencies.
29
scripts := map[string][]byte{
30
- "kcl": kclScript,
31
"kclvm": kclvmScript,
32
"kcl-doc": kclDocScript,
33
"kcl-fmt": kclFmtScript,
0 commit comments