mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
Fix arg
redbean lua definition
This commit is contained in:
parent
8e176fb026
commit
d7372e651d
1 changed files with 6 additions and 1 deletions
|
@ -441,7 +441,12 @@ LUA ENHANCEMENTS
|
|||
--- arg[ 0] = 'script.lua'
|
||||
--- arg[ 1] = 'arg1'
|
||||
--- arg[ 2] = 'arg2'
|
||||
argv = arg
|
||||
---@type string[]
|
||||
arg = nil
|
||||
|
||||
---@deprecated Use `arg` instead.
|
||||
argv = nil
|
||||
|
||||
|
||||
--[[
|
||||
────────────────────────────────────────────────────────────────────────────────
|
||||
|
|
Loading…
Reference in a new issue