langflow/docs/spell_add.sh
2023-06-21 19:13:44 -03:00

4 lines
No EOL
136 B
Bash

for line in $(cat spell_check_results.txt); do
echo "Adding $line to cspell.config.yaml"
echo " - $line" >> cspell.config.yaml
done