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
beat
beat.cmdline
Commits
e5daae32
Commit
e5daae32
authored
May 30, 2018
by
Theophile GENTILHOMME
Browse files
[scripts[]click_helper] Update doc
parent
a418136e
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/cmdline/scripts/click_helper.py
View file @
e5daae32
...
...
@@ -41,7 +41,7 @@ def verbosity_option(**kwargs):
class
AliasedGroup
(
click
.
Group
):
''' Class that handles prefix aliasing for commands '''
def
get_command
(
self
,
ctx
,
cmd_name
):
rv
=
click
.
Group
.
get_command
(
self
,
ctx
,
cmd_name
)
if
rv
is
not
None
:
...
...
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