nx_ask.nx source
↩ module page · 6 lines · 301 B
1// nx_ask.nx -- CLI half of the user-question capability (tools-api name: nx_ask). All logic in
2// nx_ask_lib.nx (ak_main) so the gate can drive the EXACT CLI dispatch in-process.
3// license_tier: ORIGINAL
4import "nx_ask_lib.nx"
5
6func main(argc: i64, argv: *i64) -> i64 { return ak_main(argc, argv) }