Skip to content

Commit

Permalink
wrong command name
Browse files Browse the repository at this point in the history
  • Loading branch information
pgierz committed Oct 19, 2024
1 parent 75b55f0 commit d6af654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/esm_master/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def create_command(command_name, docstring=None):
def command(ctx, arg=None):
options = ctx.obj
target = f"{command_name}-{arg}" if arg else command_name
main(target, **options)
cli(target, **options)

return command

Expand Down

0 comments on commit d6af654

Please sign in to comment.