//! 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.
use ;
use ;
use crateSCHEMA_FILE_PATH;
use crateCliResult;
/// Load the schema, preferring `args_path` if Some, falling back to the
/// configured / default schema path.