Files
Christopher Haster b268fc058c runners: test: Added back special syntax ([]) for explicit pl lists
This is roughly modeled after Python's grammar. My thinking is an
explicit list of pls is enough of a special case for its own syntax, and
limiting the only pl scenario with unbounded arguments potentially
simplifies argument parsing in the future.

Before:

  -Plist(1,2,3)

After:

  -P[1,2,3]
2026-03-09 22:57:24 -05:00
..