JS-015 LOW: script args dropped — no process.argv / args global

A JABC script cannot read its own command-line parameters: main() takes the first non-flag token as the script path and breaks, never exposing the trailing argv to JS. Method: Issues.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers

Outcome