summaryrefslogtreecommitdiff
path: root/xmake/plugins/lua/xmake.lua
diff options
context:
space:
mode:
authorSaikari <[email protected]>2026-02-02 09:29:02 +0300
committerSaikari <[email protected]>2026-02-02 09:29:02 +0300
commitf851d28b49caa6d19e4edc1df39b74222bda6946 (patch)
tree8ac2128c309161f2bfcf768a3248e2f2be707ec6 /xmake/plugins/lua/xmake.lua
parente77b312440b1061261633fa41148275da74a75e5 (diff)
try format
Diffstat (limited to 'xmake/plugins/lua/xmake.lua')
-rw-r--r--xmake/plugins/lua/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/plugins/lua/xmake.lua b/xmake/plugins/lua/xmake.lua
index bb9308378..dee1707b6 100644
--- a/xmake/plugins/lua/xmake.lua
+++ b/xmake/plugins/lua/xmake.lua
@@ -45,11 +45,11 @@ task("lua")
{'l', "list" , "k" , nil , "List all scripts." }
, {'c', "command" , "k" , nil , "Run script as command" }
, {'d', "deserialize" , "kv" , nil , "Deserialize arguments starts with given prefix" }
- , {nil, "stdin" , "k" , nil , "Run script from stdin",
+ , {nil, "stdin" , "k" , nil , "Run script from stdin",
"e.g.",
" - echo 'print(\"hello\")' | xmake lua --stdin",
" - cat script.lua | xmake lua --stdin"
- }
+ }
, {nil, "script" , "v" , nil , "Run the given lua script name, file or module and enter interactive mode if no given script.",
"e.g.",
" - xmake lua (enter interactive mode)",