mirror of
https://github.com/Hilbis/Hilbish
synced 2025-03-31 10:43:22 +00:00
docs: [ci] generate new docs
This commit is contained in:
parent
5bb6ba4aee
commit
c87fbe2b99
@ -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.
|
||||
|
||||
|
@ -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`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user