summaryrefslogtreecommitdiffstats
path: root/qtip/cli/commands/cmd_metric.py
diff options
context:
space:
mode:
Diffstat (limited to 'qtip/cli/commands/cmd_metric.py')
-rw-r--r--qtip/cli/commands/cmd_metric.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/qtip/cli/commands/cmd_metric.py b/qtip/cli/commands/cmd_metric.py
index 7f5c18d3..d2fbd58f 100644
--- a/qtip/cli/commands/cmd_metric.py
+++ b/qtip/cli/commands/cmd_metric.py
@@ -28,6 +28,7 @@ def cmd_list(ctx):
@cli.command('run', help='Run tests to collect Performance Metrics')
+@click.argument('name')
@pass_context
-def cmd_run(ctx):
+def cmd_run(ctx, name):
pass