From 078d8fa74b98ecb60b3ccc4c427f2aa259f8d832 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 8 Mar 2024 19:15:12 -0300 Subject: [PATCH] Update 11871.feature.rst --- changelog/11871.feature.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/changelog/11871.feature.rst b/changelog/11871.feature.rst index 4d1806df7..530db8c3c 100644 --- a/changelog/11871.feature.rst +++ b/changelog/11871.feature.rst @@ -1,2 +1 @@ -Added support for reading command line arguments from a file using the prefix character '@', -like e.g.: ``pytest @tests.txt``. +Added support for reading command line arguments from a file using the prefix character ``@``, like e.g.: ``pytest @tests.txt``. The file must have one argument per line.