diff options
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 ------ |
