This PR starts reworking the "config-related" code: by config, we actually mean "codegen pipeline" and there's a lot of code in a single file that should be split better.
More PRs will follow, to move this code out of the cmd/ folder and hopefully end-up with a public API that will make cog usable as a library as well.
This PR starts reworking the "config-related" code: by config, we actually mean "codegen pipeline" and there's a lot of code in a single file that should be split better.
More PRs will follow, to move this code out of the
cmd/
folder and hopefully end-up with a public API that will make cog usable as a library as well.Relates to #408