aboutsummaryrefslogtreecommitdiff
path: root/docs/config.rst
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-03-28 20:41:43 +0200
committerCharles Cabergs <me@cacharle.xyz>2021-03-28 20:41:43 +0200
commitbdf124975fc65dfaa07932a8bad8419ad39dbbdd (patch)
tree0d7adf0ac0824433876b20d1eea58be75808eb18 /docs/config.rst
parentb014b19192b4ae64d848b25e99856eb4ba6cdd72 (diff)
downloadminishell_test-bdf124975fc65dfaa07932a8bad8419ad39dbbdd.tar.gz
minishell_test-bdf124975fc65dfaa07932a8bad8419ad39dbbdd.tar.bz2
minishell_test-bdf124975fc65dfaa07932a8bad8419ad39dbbdd.zip
Added doc for end_command_with_linefeedHEADmaster
Diffstat (limited to 'docs/config.rst')
-rw-r--r--docs/config.rst6
1 files changed, 6 insertions, 0 deletions
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
-----