mirror of
https://github.com/lune-org/docs.git
synced 2025-04-03 18:10:54 +01:00
Merge 0ae4b97369
into 0a1e5ae87d
This commit is contained in:
commit
150f6fed93
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ elseif #process.args > 0 then
|
|||
print(process.args)
|
||||
else
|
||||
print("Got no arguments ☹️")
|
||||
local prompted = stdio.prompt("Please enter some text:")
|
||||
local prompted = stdio.prompt("text", "Please enter some text:")
|
||||
print("Got prompted text:", prompted)
|
||||
end
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue