coq for in-chat commands

This commit is contained in:
Paul Gauthier 2024-06-05 20:10:48 -07:00
parent 47346af823
commit e3cc69d0c8
3 changed files with 63 additions and 27 deletions

View file

@ -9,5 +9,7 @@ else
ARG=$1
fi
cog $ARG website/index.md
cog $ARG website/docs/usage.md
cog $ARG \
website/index.md \
website/docs/usage.md \
website/docs/commands.md \