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
CLI layout: tools live under ines_parser.cli as ines_scan_roms.py and ines_split_rom.py. pip install registers those names on PATH; they replace the previous entry points ines-scan-roms and ines-split-rom. Without installing, use python -m ines_parser.cli.… or run those .py files (see README.md). The old top-level scripts package is removed.
ines_scan_roms.py (scanner): show full --help when the target path is missing or not a directory; validate PRG and CHR min/max size pairs; discover .nes/archive files in one recursive pass with case-insensitive extensions; resolve __file__ when prepending the repo root to sys.path.
Terminology: PRG/CHR sizes in INESHeader text output and in docs/iNES.md use KiB (binary kibibytes) instead of KB; CLI help text for size flags uses KiB in line with the implementation.
Fixed
ines_parser.__version__ now matches the released package version (was out of date).