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.devtools
Commits
bd190477
Commit
bd190477
authored
Jan 08, 2019
by
André Anjos
💬
Browse files
[scripts] Remove unused click options
parent
98080d8d
Changes
5
Hide whitespace changes
Inline
Side-by-side
bob/devtools/scripts/changelog.py
View file @
bd190477
...
...
@@ -16,11 +16,7 @@ from ..changelog import parse_date
from
..release
import
get_gitlab_instance
@
click
.
command
(
context_settings
=
dict
(
ignore_unknown_options
=
True
,
allow_extra_args
=
True
,
),
epilog
=
'''
@
click
.
command
(
epilog
=
'''
Examples:
1. Generates the changelog for a single package using merge requests:
...
...
bob/devtools/scripts/dumpsphinx.py
View file @
bd190477
...
...
@@ -13,11 +13,7 @@ from . import bdt
from
..log
import
verbosity_option
@
click
.
command
(
context_settings
=
dict
(
ignore_unknown_options
=
True
,
allow_extra_args
=
True
,
),
epilog
=
'''
@
click
.
command
(
epilog
=
'''
Examples:
1. Dumps objects documented in python 3.x:
...
...
bob/devtools/scripts/lasttag.py
View file @
bd190477
...
...
@@ -12,11 +12,7 @@ from ..changelog import get_last_tag, parse_date
from
..release
import
get_gitlab_instance
@
click
.
command
(
context_settings
=
dict
(
ignore_unknown_options
=
True
,
allow_extra_args
=
True
,
),
epilog
=
'''
@
click
.
command
(
epilog
=
'''
Examples:
1. Get the last tag information of the bob/bob package
...
...
bob/devtools/scripts/release.py
View file @
bd190477
...
...
@@ -14,11 +14,7 @@ from ..release import release_bob, parse_and_process_package_changelog
from
..release
import
release_package
,
wait_for_pipeline_to_finish
from
..release
import
get_gitlab_instance
@
click
.
command
(
context_settings
=
dict
(
ignore_unknown_options
=
True
,
allow_extra_args
=
True
,
),
epilog
=
'''
@
click
.
command
(
epilog
=
'''
Examples:
1. Releases a single package:
...
...
bob/devtools/scripts/visibility.py
View file @
bd190477
...
...
@@ -14,11 +14,7 @@ from ..log import verbosity_option
from
..release
import
get_gitlab_instance
@
click
.
command
(
context_settings
=
dict
(
ignore_unknown_options
=
True
,
allow_extra_args
=
True
,
),
epilog
=
'''
@
click
.
command
(
epilog
=
'''
Examples:
1. Check the visibility of a package you can access
...
...
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