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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user