Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.pad.base
Commits
849d0911
Commit
849d0911
authored
May 30, 2018
by
Theophile GENTILHOMME
Browse files
[script][pad] Add prefix aliasing
parent
664a694f
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/pad/base/script/pad.py
View file @
849d0911
...
...
@@ -3,9 +3,10 @@
import
click
import
pkg_resources
from
click_plugins
import
with_plugins
from
bob.extension.scripts.click_helper
import
AliasedGroup
@
with_plugins
(
pkg_resources
.
iter_entry_points
(
'bob.pad.cli'
))
@
click
.
group
()
@
click
.
group
(
cls
=
AliasedGroup
)
def
pad
():
"""Presentation Attack Detection related commands."""
pass
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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