2
3
zrcadlo https://github.com/sammy-ette/Hilbish synchronizováno 2025-08-10 02:52:03 +00:00

docs: [ci] generate new docs

Tento commit je obsažen v:
TorchedSammy 2023-01-18 10:59:10 +00:00 odevzdal github-actions[bot]
rodič 5bb6ba4aee
revize c87fbe2b99
2 změnil soubory, kde provedl 4 přidání a 4 odebrání

Zobrazit soubor

@ -15,9 +15,6 @@ Jobs are the name of background tasks/commands. A job can be started via
interactive usage or with the functions defined below for use in external runners.
## Functions
### stop()
Stops the job from running.
### add(cmdstr, args, execPath)
Adds a new job to the job table. Note that this does not immediately run it.
@ -56,3 +53,6 @@ executed normally and wait for it to complete.
#### start()
Starts running the job.
#### stop()
Stops the job from running.

Zobrazit soubor

@ -183,7 +183,7 @@ function hilbish.runner.lua(cmd) end
function hilbish.jobs:start() end
--- Stops the job from running.
function hilbish.jobs.stop() end
function hilbish.jobs:stop() end
--- Runs a command in Hilbish's shell script interpreter.
--- This is the equivalent of using `source`.