mirror of
https://github.com/Luzifer/badge-gen.git
synced 2024-11-08 21:30:02 +00:00
5 lines
246 B
Makefile
5 lines
246 B
Makefile
|
documentation:
|
||
|
echo "| Key | Type | Description |" >config.md
|
||
|
echo "| --- | ---- | ----------- |" >>config.md
|
||
|
awk -F ' - ' '/#configStore/{ gsub(/.*configStore /, "", $$1); printf "| %s | %s | %s |\n", $$1, $$2, $$3 }' *.go | sort >>config.md
|