From bdf124975fc65dfaa07932a8bad8419ad39dbbdd Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 28 Mar 2021 20:41:43 +0200 Subject: Added doc for end_command_with_linefeed --- docs/config.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/config.rst b/docs/config.rst index adc4c07..8ebe04f 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -84,6 +84,12 @@ Global settings are defined under the ``[minishell_test]`` section. | Pager to use when viewing your results after the tests finished running. | Will be called like: ``{pager} {log_filename}``. +.. conf:: end_command_with_linefeed + + :type: true|false + + Weather the test should add a linefeed (``\n``) at the end of the command passed via ``-c``. + Shell ----- -- cgit