From 2ca7842e4f18cd26db2261b0149aea1ea9b3bc64 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 29 Dec 2025 13:02:00 -0600 Subject: [PATCH] docs: fix doc per recent code refactor --- docs/narr/cli/custom.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/narr/cli/custom.rst b/docs/narr/cli/custom.rst index 837a70c..52f74fc 100644 --- a/docs/narr/cli/custom.rst +++ b/docs/narr/cli/custom.rst @@ -38,7 +38,7 @@ Here is the code and we'll explain below:: config = ctx.parent.wutta_config handler = ImportCommandHandler( config, import_handler='poser.importing.foo:FromFooToPoser') - handler.run(ctx.params) + handler.run(ctx) Hopefully it's straightforward but to be clear: