summaryrefslogtreecommitdiffstats
path: root/Doc/packaging/commandhooks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/packaging/commandhooks.rst')
-rw-r--r--Doc/packaging/commandhooks.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/packaging/commandhooks.rst b/Doc/packaging/commandhooks.rst
index 8dc233b..0a3d044 100644
--- a/Doc/packaging/commandhooks.rst
+++ b/Doc/packaging/commandhooks.rst
@@ -1,3 +1,5 @@
+.. TODO integrate this in commandref and configfile
+
=============
Command hooks
=============
@@ -9,6 +11,9 @@ The pre-hooks are run after the command is finalized (its options are
processed), but before it is run. The post-hooks are run after the command
itself. Both types of hooks receive an instance of the command object.
+See also global setup hooks in :ref:`setupcfg-spec`.
+
+
Sample usage of hooks
=====================