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:
parent
d01655e803
commit
417ccf7ca8
2
api.go
2
api.go
@ -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},
|
||||
|
Loading…
x
Reference in New Issue
Block a user