Skip to content

Add script entry-points

Cristian Le requested to merge LecrisUT/postopus:feat/cli into main

This is a quick one, just resolving the TODO in the pyproject.toml. Not sure what we want to do with it though.

Should also discuss how we want to organize these. If we make postopus-ls as a package, this can be called via python3 -m postopus.cli.ls as well (useful when running through nested environments like within CMake).

Merge request reports