cli
torch_to_nnef.nemo_tract.cli
CLI for NeMo→NNEF export.
This module owns the full CLI surface: argument parsing, runtime
orchestration (run_export), and the main entry point.
The programmatic export API lives in export.py.
add_inspection_args
Register inspection and dry-run arguments.
parse_config
Build and parse CLI args into a NemoTractConfig dataclass.
run_export
Orchestrate a full NeMo→NNEF export from a CLI configuration.