Added check-config command

This commit is contained in:
Alexander Werner
2018-11-05 19:04:19 +01:00
parent b534b0e523
commit 58ba549227
7 changed files with 59 additions and 13 deletions

16
doc/development.rst Normal file
View File

@@ -0,0 +1,16 @@
Development
===========
Starten der Scripts zu Entwicklung
----------------------------------
.. code-block:: bash
pipenv run python -m carom.cli
Update der Manpages
-------------------
.. code-block:: bash
pipenv run sphinx-build -b man doc doc/man