removed readme

This commit is contained in:
Jules 2022-07-18 10:17:50 +02:00
parent 2a5b971150
commit e74c71f29c
1 changed files with 0 additions and 22 deletions

View File

@ -1,23 +1 @@
# Click Usage Markdown Generator
## Installation
**pre-push**:
```
#!/bin/sh
if [[ ! -z "$VIRTUAL_ENV" ]]
then
while read -d $'\0' arg ; do
echo $arg
if [[ "$arg" == '--follow-tags' ]] ; then
clickusagemd ${GIT_DIR}pyproject.toml || exit 1
git add ${GIT_DIR}USAGE.md || exit 1
git commit -m"Autogenerated USAGE.md updated and added."
exit 0
fi
done < /proc/$PPID/cmdline
fi
exit 0
```