2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-01 19:23:24 +00:00

docs: [ci] generate new docs

This commit is contained in:
TorchedSammy 2022-12-21 01:03:09 +00:00 committed by github-actions[bot]
parent 35e2a54172
commit a1ce4389e8

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