Skip to content

Commit

Permalink
Expose the table module to orch scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Evans <[email protected]>
  • Loading branch information
kevans91 committed Jan 22, 2024
1 parent a8d3d79 commit a589571
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion orch.1
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ and
.Fn type
functions, and the
.Dq string
module are exposed.
and
.Dq table
modules are exposed.
.Pp
The following functions exist for usage within the
.Ar scriptfile :
Expand Down
1 change: 1 addition & 0 deletions orch.lua
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,7 @@ end
-- Inherited from our environment
orch_env.assert = assert
orch_env.string = string
orch_env.table = table
orch_env.type = type

if #arg > 0 then
Expand Down

0 comments on commit a589571

Please sign in to comment.