Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.extension
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.extension
Merge requests
!73
Add click generic options
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add click generic options
theo
into
master
Overview
2
Commits
2
Pipelines
2
Changes
5
1 unresolved thread
Hide all comments
Merged
Theophile GENTILHOMME
requested to merge
theo
into
master
7 years ago
Overview
2
Commits
2
Pipelines
2
Changes
5
1 unresolved thread
Hide all comments
Expand
Add generic functions to create click options:
boolean based option
list of float based option
open file mode option
0
0
Merge request reports
Compare
master
version 1
89e83155
7 years ago
master (base)
and
latest version
latest version
9ce025d4
2 commits,
7 years ago
version 1
89e83155
1 commit,
7 years ago
5 files
+
182
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
bob/extension/scripts/__init__.py
+
1
−
0
Options
from
.new_version
import
main
as
new_version
from
.dependency_graph
import
main
as
dependency_graph
from
.main_cli
import
main
as
main_cli
from
.
import
click_helper
# gets sphinx autodoc done right - don't remove it
__all__
=
[
_
for
_
in
dir
()
if
not
_
.
startswith
(
'
_
'
)]
Loading