mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
docs: docgen
This commit is contained in:
parent
44c3e9530d
commit
215b8b3705
2 changed files with 2 additions and 0 deletions
|
@ -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 = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue