1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-11-26 01:44:48 +00:00

Fix missing return value docs in shell.openTab (#2333)

This commit is contained in:
JackMacWindows
2025-11-22 03:16:58 -05:00
committed by GitHub
parent 6334a9df15
commit 307bebd5d2

View File

@@ -684,6 +684,7 @@ if multishell then
-- This function is only available if the [`multishell`] API is. -- This function is only available if the [`multishell`] API is.
-- --
-- @tparam string ... The command line to run. -- @tparam string ... The command line to run.
-- @treturn number The ID of the new tab that was opened.
-- @see shell.run -- @see shell.run
-- @see multishell.launch -- @see multishell.launch
-- @since 1.6 -- @since 1.6