Skip to content

Commit

Permalink
Update cli.py template (#3428)
Browse files Browse the repository at this point in the history
Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>
  • Loading branch information
AhdraMeraliQB authored and Ahdra Merali committed Dec 19, 2023
1 parent 39c1951 commit 6abe298
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/development/commands_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,8 @@ from kedro.framework.cli.project import (
from kedro.framework.cli.utils import (
CONTEXT_SETTINGS,
_config_file_callback,
_get_values_as_tuple,
_reformat_load_versions,
_split_params,
_split_load_versions,
env_option,
split_string,
split_node_names,
Expand Down Expand Up @@ -204,7 +203,7 @@ def cli():
type=str,
multiple=True,
help=LOAD_VERSION_HELP,
callback=_reformat_load_versions,
callback=_split_load_versions,
)
@click.option("--pipeline", "-p", type=str, default=None, help=PIPELINE_ARG_HELP)
@click.option(
Expand Down

0 comments on commit 6abe298

Please sign in to comment.