Skip to content

Commit 51037ca

Browse files
lewis6991squeek502
authored andcommitted
docs: fix type of env in spawn options
1 parent 4c9fbc6 commit 51037ca

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

docs/docs.lua

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1808,9 +1808,12 @@ local doc = {
18081808
},
18091809
{
18101810
'env',
1811-
opt(dict('string', 'string')),
1811+
opt('string[]'),
18121812
nil,
1813-
'Set environment variables for the new process.',
1813+
[[
1814+
Set environment variables for the new process.
1815+
Each entry should be a string in the form of `NAME=VALUE`.
1816+
]]
18141817
},
18151818
{
18161819
'cwd',

docs/docs.md

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/meta.lua

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)