diff mbox series

doc/handlers.rst: Document the dummy handler

Message ID A9D546A0-1081-4769-8630-658B6E718A29@siemens.com
State Accepted
Delegated to: Stefano Babic
Headers show
Series doc/handlers.rst: Document the dummy handler | expand

Commit Message

Storm, Christian May 12, 2025, 1:37 p.m. UTC
Signed-off-by: Christian Storm <christian.storm@siemens.com>
---
 doc/source/handlers.rst | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox series

Patch

diff --git a/doc/source/handlers.rst b/doc/source/handlers.rst
index aeff0376..2efff0d4 100644
--- a/doc/source/handlers.rst
+++ b/doc/source/handlers.rst
@@ -118,6 +118,13 @@  Where:
   saves in the handlers' list and pass to the handler when it will
   be executed.
 
+Dummy Handler
+-------------
+
+The always built-in and aptly named dummy handler copies the artifact
+to ``/dev/null``, effectively skipping it and advancing to the next
+artifact, if any.
+
 UBI Volume Handler
 ------------------