aboutsummaryrefslogtreecommitdiff
path: root/stdlib/shell.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-02-25 00:59:31 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-02-25 00:59:31 -0500
commit9a62f8d6a6f8148deaea89e73d866439b588babb (patch)
tree3984626fc4b246a6677939c228527bc285f0e6f6 /stdlib/shell.h
parent928f3250b3914c88d105d8cf297c6b27a96ed5ad (diff)
Add $Shell.execute()
Diffstat (limited to 'stdlib/shell.h')
-rw-r--r--stdlib/shell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/shell.h b/stdlib/shell.h
index a8f35f65..500bb043 100644
--- a/stdlib/shell.h
+++ b/stdlib/shell.h
@@ -21,7 +21,7 @@ Shell_t Shell$escape_text(Text_t text);
Shell_t Shell$escape_text_array(Array_t texts);
OptionalArray_t Shell$run_bytes(Shell_t command);
OptionalText_t Shell$run(Shell_t command);
-int32_t Shell$execute(Shell_t command);
+OptionalInt32_t Shell$execute(Shell_t command);
#define Shell$hash Text$hash
#define Shell$compare Text$compare