edq.config.cmd

The edq.config.cmd package provides tools intended to be used as CLI tools for working with project configuration. Maintaining most of the code here allows for CLI modules to be largely agnostic to the project they are in, which makes it easier for projects using this project to include their own CLI tools.

1"""
2The edq.config.cmd package provides tools intended to be used as CLI tools for working with project configuration.
3Maintaining most of the code here allows for CLI modules to be largely agnostic to the project they are in,
4which makes it easier for projects using this project to include their own CLI tools.
5"""