From 348da189c00bdef866d2b597ea0250fc0f0e88dc Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sat, 27 Feb 2021 20:55:16 +0100 Subject: Added some test for hooks, Refectoring hooks module --- docs/config.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/config.rst') 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 ------ -- cgit