mirror of
https://github.com/dtomlinson91/panaetius.git
synced 2025-12-22 04:55:44 +00:00
updating documentation
This commit is contained in:
@@ -16,7 +16,16 @@ E.g a ``__header__.py`` for the module ``plex_posters`` would look like:
|
||||
|
||||
__header__ = 'plex_posters'
|
||||
|
||||
Your config file can then be created at ``~/.config/__header__/config.toml``. The headers of the toml file would look like:
|
||||
Your config file can then be created at ``~/.config/__header__/config.toml``.
|
||||
|
||||
Your environment variables can be created with:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
HEADER_FOO = "bar"
|
||||
HEADER_SUBSECTION_FOO = "bar"
|
||||
|
||||
The headers of the toml file would look like:
|
||||
|
||||
.. code-block:: toml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user