Skip to content

Commit

Permalink
Add script names to layershuffle/legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
cg123 committed Jan 3, 2024
1 parent 1ef73cb commit 1263359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mergekit/scripts/layershuffle.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from mergekit.options import add_merge_options


@click.command()
@click.command("mergekit-layershuffle")
@click.argument("out_path", type=str)
@click.option("--model", "-m", multiple=True, type=str, help="Add a model to the merge")
@click.option(
Expand Down
2 changes: 1 addition & 1 deletion mergekit/scripts/legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from mergekit.options import add_merge_options


@click.command()
@click.command("mergekit-legacy")
@click.argument("out_path", type=str)
@click.option(
"--merge", "merge", type=str, multiple=True, help="Add a model to the merge"
Expand Down

0 comments on commit 1263359

Please sign in to comment.