Update xplr.util.md

pull/556/head
Arijit Basu 1 year ago committed by GitHub
parent d17489de8d
commit 1369fcea9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 }
```

Loading…
Cancel
Save