Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix bug on v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
okedeji committed Apr 22, 2024
1 parent b177494 commit cbb03b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions allocmd/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def generate():
pass

@generate.command()
@click.command()
@click.option('--env', 'environment', required=True, type=click.Choice(['dev', 'prod']), help='Environment to generate for')
@click.option('--name', required=False, help='Name of the worker.')
@click.option('--topic', required=False, type=int, help='The topic ID the worker is registered with.')
Expand Down Expand Up @@ -171,7 +170,7 @@ def deploy(type_):



cli.add_command(init)
# cli.add_command(init)
# cli.add_command(run)
# cli.add_command(terminate)
# cli.add_command(deploy)
Expand Down

0 comments on commit cbb03b5

Please sign in to comment.