langflow/docs/spell_add.sh
2023-07-18 15:08:00 -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