-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Milestone
Description
Right now, cppstats is only callable via command line. However, since it's mostly written in Python, it would be favorable if it did not only provide a CLI but also an API for direct integration as a Python library into other projects.
This would require some abstraction between CLI parameters captured by ArgumentParser and the actual runtime configuration used in each pass.
This should primarily allow for better error handling when embedding cppstats into automated processes.