From 86355a6fd7375f954bf92cb49a14c718610c4d60 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 26 Feb 2021 15:55:26 +0100 Subject: Added command line argument documentation draft --- docs/index.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 109963f..7726f0a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,3 +1,5 @@ +.. program:: minishell_test + minishell_test ============== @@ -72,10 +74,10 @@ Environement variables This test only gives the ``PATH`` and ``TERM`` environment variables to your minishell by default (see :ref:`config env`). -You can test this quickly with the `-t` option (See :ref:`options try`). +You can test this quickly with :option:`--try`. .. warning:: - Please check that your project still work with those settings before creating an issue or messaging me on. + Please check that your project still work with this environment before creating an issue or messaging me on Slack. Bonus ----- -- cgit