aider/scripts/update-docs.sh
2024-06-06 14:00:14 -07:00

17 lines
257 B
Bash
Executable file

#!/bin/bash
# exit when any command fails
set -e
if [ -z "$1" ]; then
ARG=-r
else
ARG=$1
fi
cog $ARG \
website/index.md \
website/docs/commands.md \
website/docs/languages.md \
website/docs/options.md \
website/docs/aider_conf.md