2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-07-01 16:52:03 +00:00

feat: add hilbish.cwd

This commit is contained in:
sammyette 2025-06-14 12:31:25 -04:00
parent d01655e803
commit 417ccf7ca8
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

2
api.go
View File

@ -46,7 +46,6 @@ func hilbishLoader(mlr *moonlight.Runtime) moonlight.Value {
"alias": {hlalias, 2, false},
"appendPath": {hlappendPath, 1, false},
"complete": {hlcomplete, 2, false},
"cwd": {hlcwd, 0, false},
"exec": {hlexec, 1, false},
"runnerMode": {hlrunnerMode, 1, false},
"goro": {hlgoro, 1, true},
@ -55,6 +54,7 @@ func hilbishLoader(mlr *moonlight.Runtime) moonlight.Value {
"multiprompt": {hlmultiprompt, 1, false},
"prependPath": {hlprependPath, 1, false},
*/
"cwd": {hlcwd, 0, false},
"prompt": {hlprompt, 1, true},
/*
"inputMode": {hlinputMode, 1, false},