Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
clive
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
hive
clive
Merge requests
!320
Couldn't fetch the linked file.
Make info about known account more visible
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Make info about known account more visible
mzebrak/known-account
into
develop
Overview
0
Commits
2
Pipelines
11
Changes
3
Merged
Mateusz Żebrak
requested to merge
mzebrak/known-account
into
develop
1 year ago
Overview
0
Commits
2
Pipelines
11
Changes
14
Expand
Requires:
!301 (merged)
Closes:
#157 (closed)
Edited
1 year ago
by
Mateusz Żebrak
0
0
Merge request reports
Compare
version 9
version 9
55daee34
1 year ago
version 8
df364d22
1 year ago
version 7
4b2d157c
1 year ago
version 6
bd80f77b
1 year ago
version 5
d7b8ec59
1 year ago
version 4
f3fda0ca
1 year ago
version 3
be16ae65
1 year ago
version 2
be16ae65
1 year ago
version 1
be16ae65
1 year ago
develop (base)
and
latest version
latest version
3f872973
2 commits,
1 year ago
version 9
55daee34
2 commits,
1 year ago
version 8
df364d22
2 commits,
1 year ago
version 7
4b2d157c
2 commits,
1 year ago
version 6
bd80f77b
3 commits,
1 year ago
version 5
d7b8ec59
2 commits,
1 year ago
version 4
f3fda0ca
16 commits,
1 year ago
version 3
be16ae65
16 commits,
1 year ago
version 2
be16ae65
16 commits,
1 year ago
version 1
be16ae65
2 commits,
1 year ago
Show latest version
14 files
+
40
−
27
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
clive/__private/cli/common/common_options_base.py
+
1
−
0
Options
@@ -8,6 +8,7 @@ from clive.exceptions import CliveError
class
CommonOptionInstanceNotAvailableError
(
CliveError
):
def
__init__
(
self
,
cls
:
type
[
"
CommonOptionsBase
"
])
->
None
:
self
.
cls
=
cls
super
().
__init__
(
f
"
Common option instance of
{
cls
.
__name__
}
not available.
"
)
Loading