Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.measure
Commits
ebf597d8
Commit
ebf597d8
authored
May 30, 2018
by
Amir MOHAMMADI
Browse files
Merge branch 'aliasing' into 'master'
Add prefix aliasing See merge request
!66
parents
2971f262
126b9014
Pipeline
#20629
passed with stages
in 22 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/measure/script/measure.py
View file @
ebf597d8
...
...
@@ -4,10 +4,11 @@ import click
import
pkg_resources
from
click_plugins
import
with_plugins
from
click.types
import
INT
,
FLOAT
,
Choice
,
File
from
bob.extension.scripts.click_helper
import
AliasedGroup
@
with_plugins
(
pkg_resources
.
iter_entry_points
(
'bob.measure.cli'
))
@
click
.
group
()
@
click
.
group
(
cls
=
AliasedGroup
)
def
measure
():
"""Generic performance evaluation commands."""
pass
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment