Expand description
Shared schema-loading helper used by every CLI command.
Resolves the schema path (from –schema arg or default), then delegates to
prax_schema::load which auto-detects file vs. directory.
Functions§
- load_
schema - Load the schema, preferring
args_pathif Some, falling back to the configured / default schema path.