Skip to content
Snippets Groups Projects
Commit 6dd5019f authored by Theodore Chang's avatar Theodore Chang
Browse files

Add parameters

parent 67832459
No related branches found
No related tags found
1 merge request!1929Add parameters
Pipeline #209671 passed
......@@ -35,8 +35,9 @@ def hub():
@run.command(help='Run the nomad development worker.')
def worker():
run_worker()
@click.option('--workers', type=int, default=None, help='Number of celery workers.')
def worker(**kwargs):
run_worker(**kwargs)
@run.command(help='Run the nomad development app with all apis.')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment