From b46240b10ff8f2bb07993998427478ee560f5d7f Mon Sep 17 00:00:00 2001 From: Juan Ibiapina Date: Wed, 22 May 2024 23:52:47 +0200 Subject: [PATCH] doc: Add note on table of contents --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b825f1e..45a0931 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ Organize groups of scripts into documented CLIs with subcommands. interface (CLI) with subcommands. It allows the dynamic creation of a CLI from a directory (and subdirectories) of scripts. +Use the Github table of contents on the top right of this README to navigate +the documentation. + ## Key features - **Display help:** Display usage and documentation for scripts.