hl.exec_cmd¶
- hl.exec_cmd(cmd: string, rules?: table<string, string|number|boolean>)¶
Exec cmd.
Signature¶
hl.exec_cmd(cmd: string, rules?: table<string, string|number|boolean>): nil
Parameters¶
- cmdstring
Cmd.
- rulestable<string, optional
Rules.
- string|number|boolean>any
Parameter.
Returns¶
- nil
This function does not return a value.
Examples¶
See also¶
HL.APINamespace or API object containing this function.