lib/repl #69
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
like something along the lines of this where there is a primary eval for regular commands but also slash commands. then the idea is you can add this to any long running program to get an interactive eval. then you can add helper JS values such as
dbto the repl, or add custom slash commands such as/post /v1/meow { x: 1 }to for example act a post request on the current server, or/file-scanor/fetch-questionsin clover website to run some premade scripts