Merge tag 'v0.4' into develop

cli argument support
This commit is contained in:
Jörn-Michael Miehe 2020-02-18 10:43:07 +01:00
commit e0e51d4b8d

View file

@ -6,4 +6,4 @@ RUN apt-get update && apt-get -y install \
COPY usr /usr
CMD ["autodoc"]
CMD ["autodoc", "-bw"]