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.