summaryrefslogtreecommitdiff
path: root/meta/template/io.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/template/io.lua')
-rw-r--r--meta/template/io.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/template/io.lua b/meta/template/io.lua
index adf64ebc..c159fc4c 100644
--- a/meta/template/io.lua
+++ b/meta/template/io.lua
@@ -2,8 +2,11 @@
---#DES 'io'
---@class io*
+---#DES 'io.stdin'
---@field stdin file*
+---#DES 'io.stdout'
---@field stdout file*
+---#DES 'io.stderr'
---@field stderr file*
io = {}