From 1e7281b597b611757649d0176a3ec03d6cde81e1 Mon Sep 17 00:00:00 2001 From: alexey semenyuk Date: Sat, 8 Mar 2025 15:16:17 +0500 Subject: [PATCH] gh-130973: Add missing options at doc for pickletools --- Doc/library/pickletools.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Doc/library/pickletools.rst b/Doc/library/pickletools.rst index e072605974f6c2..2de2b94d8ce0be 100644 --- a/Doc/library/pickletools.rst +++ b/Doc/library/pickletools.rst @@ -75,6 +75,14 @@ Command line options When more than one pickle file are specified, print given preamble before each disassembly. +.. option:: -t, --test + + Run self-test suite. + +.. option:: -v + + Run verbosely; only affects self-test run. + Programmatic Interface