Skip to content

Refactor main script into cli module

Duncan Macleod requested to merge duncanmmacleod/gwtrigfind:main-script into main

This MR extends !40 (closed) by refactoring the gwtrigfind/__main__.py 'script' into a new gwtrigfind.cli module that is called appropriate from __main__ and declared as the entry point in pyproject.toml.

Merge request reports