10000 python/cpython#104683: Add --exclude option to Argument Clinic CLI (p… · python/devguide@2d0204d · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d0204d

Browse files
python/cpython#104683: Add --exclude option to Argument Clinic CLI (python/cpython#107770)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent 78318c1 commit 2d0204d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doc/howto/clinic.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,11 @@ The CLI supports the following options:
188188

189189
The directory tree to walk in :option:`--make` mode.
190190

191+
.. option:: --exclude EXCLUDE
192+
193+
A file to exclude in :option:`--make` mode.
194+
This option can be given multiple times.
195+
191196
.. option:: FILE ...
192197

193198
The list of files to process.

0 commit comments

Comments
 (0)
0