diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-27 20:55:16 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-27 20:55:16 +0100 |
| commit | 348da189c00bdef866d2b597ea0250fc0f0e88dc (patch) | |
| tree | ed35b62d942dfe3449246761ecc0f7bf0a5a4b9f /docs | |
| parent | d23b249cdfc2c936b796aca23dfc64c1e31173f6 (diff) | |
| download | minishell_test-348da189c00bdef866d2b597ea0250fc0f0e88dc.tar.gz minishell_test-348da189c00bdef866d2b597ea0250fc0f0e88dc.tar.bz2 minishell_test-348da189c00bdef866d2b597ea0250fc0f0e88dc.zip | |
Added some test for hooks, Refectoring hooks module
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/config.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/config.rst b/docs/config.rst index edd88d5..a8933d5 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -8,6 +8,16 @@ Configuration file It looks for a ``minishell_test.cfg`` file in your project directory. +Here is what the default configuration looks like: + +.. code-block:: cfg + + .. include:: ../minishell_test/data/default.cfg + +Format used for the configuration file: + +https://docs.python.org/3/library/configparser.html#supported-ini-file-structure + Global ------ |
