docs: [ci] generate new docs

commander-stdout
TorchedSammy 2023-01-18 10:59:10 +00:00 committed by github-actions[bot]
parent 5bb6ba4aee
commit c87fbe2b99
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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`.