From 4aee85b4d3f6537ad1d64472bced22525db6d98f Mon Sep 17 00:00:00 2001 From: Saikari Date: Sat, 31 Jan 2026 16:57:13 +0300 Subject: refactor: update stdin command usage example for consistency --- xmake/plugins/lua/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/plugins/lua') diff --git a/xmake/plugins/lua/xmake.lua b/xmake/plugins/lua/xmake.lua index 527ecb19e..467cde3f1 100644 --- a/xmake/plugins/lua/xmake.lua +++ b/xmake/plugins/lua/xmake.lua @@ -48,7 +48,7 @@ task("lua") , {nil, "from-stdin" , "k" , nil , "Run script from stdin", "e.g.", " - CMD", - " - Single: echo print('hello') | xmake lua --from-stdin", + " - Single: echo print(\"hello\") | xmake lua --from-stdin", " - Multiline: (echo print('1') && echo print('2')) | xmake lua --from-stdin", " - File: type script.lua | xmake lua --from-stdin", " - PWSH", -- cgit v1.3.1