Archived
bffa3583b2
Required for Neuron CLI 2.0 el implementation: - list_append(list, item) — append item to list - list_set(list, idx, value) — replace item at index - list_concat(a, b) — concatenate two lists - list_slice(list, start, end) — extract sublist - list_reverse(list) — reverse list - list_contains(list, item) — membership test - str_set_char(s, idx, ch) — replace single character - shell_exec(cmd) — execute shell command, return stdout - native_tty_write(s) — write raw ANSI string without newline - native_tty_size() — return "cols,rows" string