From fb1798a23c1090273f6a3f1d633c09b8305bf7ca Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Tue, 10 Dec 2024 15:10:57 -0500 Subject: [PATCH] docs: fix CLI command name --- docs/source/cli_reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/cli_reference.rst b/docs/source/cli_reference.rst index b697ed8..a7bdbd4 100644 --- a/docs/source/cli_reference.rst +++ b/docs/source/cli_reference.rst @@ -11,5 +11,5 @@ enabling usage from non-Python environments or for general data management purpo Currently, the CLI routes data requests through the explicitly defined source modules within ``wags-tails``. This means that the CLI cannot be used to manage custom sources. .. click:: wags_tails.cli:cli - :prog: wags_tails + :prog: wags-tails :nested: full