From e24ec2d2f191fbf4c1b313513a0846ed75f9e944 Mon Sep 17 00:00:00 2001 From: Oliver King Date: Wed, 11 Oct 2023 13:40:55 +0100 Subject: [PATCH] Add `--kw` as alternative for `--step_kwargs` --- pipeline.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pipeline.py b/pipeline.py index 3179217..f2dfe29 100644 --- a/pipeline.py +++ b/pipeline.py @@ -1050,6 +1050,7 @@ def get_pipeline_argument_parser( '--step_kwargs', '--step-kwargs', '--kwargs', + '--kw', type=str, help="""JSON string containing keyword arguments to pass to individual pipeline steps. For example,