From 1369fcea9ae4ff0f84da727d255e40432d19412a Mon Sep 17 00:00:00 2001 From: Arijit Basu Date: Fri, 16 Dec 2022 23:15:11 +0530 Subject: [PATCH] Update xplr.util.md --- docs/en/src/xplr.util.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/src/xplr.util.md b/docs/en/src/xplr.util.md index 0e92116..7a856f7 100644 --- a/docs/en/src/xplr.util.md +++ b/docs/en/src/xplr.util.md @@ -80,7 +80,7 @@ Type: function( program:string, args:{ arg:string... }|nil ) Example: ```lua -xplr.util.shell_execute("pwd"}) +xplr.util.shell_execute("pwd") xplr.util.shell_execute("bash", {"-c", "xplr --help"}) -- { stdout = "xplr...", stderr = "", returncode = 0 } ```