fix(utils/defaultConfig): defaultConfig generator ignores comments now
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user