What are your opinions on where the sub-commands should reside? In this repo or in scikit-build-core[cli]?
- if we have it in this repo the dependencies in skbuild-core are minimized, but it is less flexible about changing the upstream api, like how we call
cmake.configure, and vice-versa if we move the subcommands
- in both cases there should be some integration testing that we can call from one-another
- how will we handle the version dependencies? We'll keep backwards compatibility on this cli or move lower-upper bound dependency?
What are your opinions on where the sub-commands should reside? In this repo or in
scikit-build-core[cli]?cmake.configure, and vice-versa if we move the subcommands