Skip to content

Commit

Permalink
Add --kw as alternative for --step_kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
ortk95 committed Oct 11, 2023
1 parent c51a3a5 commit e24ec2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e24ec2d

Please sign in to comment.