Logo
Explore Help
Sign In
tboudreaux/SERiF
1
0
Fork 0
You've already forked SERiF
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
main
SERiF/utils/defaultConfig/generateDefaultConfig.sh

9 lines
186 B
Bash
Raw Permalink Normal View History

feat(defaultConfig): added default config generation script While writing 4DSSE we want a way to keep track of what defaults have been set for config files, and validate that we are using the same config variables where we want to. This python script generates a "default" yaml file based on the default values given in .get<T>
2025-02-23 11:29:16 -05:00
#!/bin/bash
# Check if python is installed
if ! [ -x "$(command -v python)" ]; then
echo 'Error: python is not installed.' >&2
exit 1
fi
python ./generateDefaultConfig.py ../../src
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 35ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API