docs: [ci] generate new docs

commander-stdout
TorchedSammy 2022-12-21 01:03:09 +00:00 committed by github-actions[bot]
parent 35e2a54172
commit a1ce4389e8
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@ function hilbish.jobs.add(cmdstr, args, execPath) end
function hilbish.jobs.all() end
--- Disowns a job. This deletes it from the job table.
--- @param id number
function hilbish.jobs.disown(id) end
--- Get a job object via its ID.