You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 16, 2024. It is now read-only.
Run $ nidyx test.json.schema - o test --json-model or $ nidyx test.json.schema TST -o test --json-model to use a prefix as the README describes. This generates Model.{h,m}. Model.h looks like:
Model.m is a blank implementation. TSTBazModel is not generated at all. If you run $ nidyx test.json.schema -x TST -o test --json-model, everything works as expected
Fix: The -x flag should be a) documented in the README and b) marked as required or made optional