From 2ae77423200364d3fb6c1823e4ddfb7542c834fb Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 1 Mar 2021 12:39:52 +0100 Subject: Added bonus doc, Updated command line options doc --- docs/bonus.rst | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'docs/bonus.rst') diff --git a/docs/bonus.rst b/docs/bonus.rst index df4685e..f3d9a88 100644 --- a/docs/bonus.rst +++ b/docs/bonus.rst @@ -1,6 +1,26 @@ +.. program:: minishell_test + Bonus ===== +See :ref:`how to enable the bonus tests in the configuration ` +and the :option:`suite` option. + +Supported bonus: + +.. table:: + :align: left + :widths: auto + + ====== ==================== + Name Suite name + ====== ==================== + ``&&`` ``flow/and`` + ``||`` ``flow/or`` + ``()`` ``flow/parenthesis`` + ``*`` ``preprocess/glob`` + ====== ==================== -See :ref:`config bonus` -See :ref:`options bonus` +.. note:: + | If your bonus isn't supported, feel free to add them yourself and make a pull request. + | Take a look at :ref:`custom-tests` and :ref:`developers`. -- cgit