@tikoci/centrs
    Preparing search index...

    Function inspectPath

    • Join menu tokens into the COMMA form /console/inspect expects for its path argument: ["ip", "address"]"ip,address".

      The inspect path argument is internally a RouterOS array: a comma string is :toarray-split into the menu-walk tokens, whereas a /-prefixed command string is not split and matches no menu (confirmed on CHR 7.23.1 — slash forms return nothing; see commands/api/AGENTS.md). So callers must pass tokens joined by comma, never a slash command.

      Parameters

      • tokens: readonly string[]

      Returns string