phac-nml / locidex

Common search engine for similarity based typing applications
MIT License
2 stars 0 forks source link

Tentatively fixed the Output Directory Issue and Switched the CLI to Subparsers #6

Closed mattheww95 closed 5 months ago

mattheww95 commented 5 months ago

I think I resolved the issue with the output directories, it looks like the output directory was being updated twice causing the issue.

I was also getting the wrong help messages coming up occasionally or incorrect suggestions for required arguments so I swapped out the exec statements interpolating module inclusion with a subparsers. The arguments all appear to still function the same however.

mattheww95 commented 5 months ago

Disussed in changes in person. Made requested update so that each script can function independently as a module.