update
This commit is contained in:
+8
-1
@@ -670,4 +670,11 @@ printInline=function(...) end
|
||||
--- Prints text to stdout with format
|
||||
--- @param fmt string
|
||||
--- @param ... any
|
||||
printf=function(fmt, ...) end
|
||||
printf=function(fmt, ...) end
|
||||
|
||||
--- Gets input from fd
|
||||
--- @param fd integer
|
||||
--- @param helpstr string
|
||||
--- @param replacechar string
|
||||
--- @param fdo integer
|
||||
userinput=function(fd, helpstr, replacechar, fdo) end
|
||||
Reference in New Issue
Block a user