docs: docgen

This commit is contained in:
Folke Lemaitre 2024-11-13 10:44:35 +01:00
parent 44c3e9530d
commit 215b8b3705
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 2 additions and 0 deletions

View file

@ -136,6 +136,7 @@ end
--- Parses a shell command into a table of arguments.
--- - spaces inside quotes (only double quotes are supported) are preserved
--- - backslash
---@private
---@param cmd string
function M.parse(cmd)
local args = {}