summaryrefslogtreecommitdiffstats
path: root/qtip/cli
diff options
context:
space:
mode:
authorTaseer Ahmed <taseer94@gmail.com>2017-01-22 12:28:40 +0500
committerTaseer Ahmed <taseer94@gmail.com>2017-01-22 12:39:01 +0500
commitaa29aa91a860ab7659d9cf5afc47049520354ec7 (patch)
tree4b94c40efd9fe23cc470f641045d23fe4a7f832f /qtip/cli
parente835a660789c2f152750308fa1eeb1b5e970a257 (diff)
Small corrections
JIRA: QTIP-188 Change-Id: I5820403527fe4df5e23472923e34660c72195d50 Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
Diffstat (limited to 'qtip/cli')
-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