fix(utils/defaultConfig): defaultConfig generator ignores comments now

This commit is contained in:
2025-02-26 12:30:50 -05:00
parent 1e76c4297b
commit aed8deea81
3 changed files with 86 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
Small tool to quickly generate a YAML config file which encodes all the default options used in 4DSSE. All c, c++, h, and hpp in the src directory are scanned and the config variables and their default values pulled out.
## Usage
- You must have python installed
- You must have python installed along with tree-sitter and tree-sitter-cpp (for source code parsing)
```bash
./generateDefaultConfig.sh