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: