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
126b9014
Commit
126b9014
authored
May 30, 2018
by
Theophile GENTILHOMME
Browse files
[script][measure] Add prefix aliasing
parent
2971f262
Pipeline
#20627
passed with stage
in 14 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/measure/script/measure.py
View file @
126b9014
...
...
@@ -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