nx_twinreport.nx
buildroot/runtime/nx_twinreport.nx
about
nx_twinreport.nx -- CLI over nx_twinreport_lib (aesthetictwin AT42, 2026-09-17): from a card, or from a seed range, to
rendered images plus the board's result rows, in one call. The next nx_compare_results publish shows them.
nx_twinreport fit <slug> <target-file> <outdir> <href-prefix> <results-file>
nx_twinreport seeds <seed_lo> <seed_hi> <outdir> <href-prefix> <results-file>
href-prefix is the site-absolute path of outdir with a trailing slash (/compare/<dom>/results/img/).
exit: 0 reported | 2 usage | 3 the target file carries no axis this organ knows | 4 a render refused | 5 the results
file refused the append | 6 empty seed range
license_tier: ORIGINAL No hw writes (Rule 26).
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_twinreport_lib.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 12 | const TRC_EXIT_USAGE: i64 = 2 |
| 13 | const TRC_ARGC: i64 = 7 |
| 14 | const TRC_A_VERB: i64 = 1 |
| 15 | const TRC_A_ONE: i64 = 2 |
| 16 | const TRC_A_TWO: i64 = 3 |
| 17 | const TRC_A_OUTDIR: i64 = 4 |
| 18 | const TRC_A_HREF: i64 = 5 |
| 19 | const TRC_A_RESULTS: i64 = 6 |
functions
| 21 | func trc_usage() -> i64 called by 1: main |
| 25 | func trc_verdict(code: i64) -> *u8 called by 1: main |
| 32 | func main(argc: i64, argv: **u8) -> i64 |