From a9708367db7bd15f28802c12ac947c2e354a98ea Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Sat, 29 Apr 2023 19:58:41 +0200 Subject: [PATCH] doc: Link path in commands --- doc_src/commands.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc_src/commands.rst b/doc_src/commands.rst index 3242e59e7..69454f8ab 100644 --- a/doc_src/commands.rst +++ b/doc_src/commands.rst @@ -35,6 +35,7 @@ Builtins to do a task, like - :doc:`set ` to set, query or erase variables. - :doc:`read ` to read input. - :doc:`string ` for string manipulation. +- :doc:`path ` for filtering paths and handling their components. - :doc:`math ` does arithmetic. - :doc:`argparse ` to make arguments easier to handle. - :doc:`count ` to count arguments.