Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
idiap-devtools
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
software
idiap-devtools
Commits
d5e7592a
Commit
d5e7592a
authored
1 year ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[scripts.cli] Add version option
parent
d813a085
No related branches found
No related tags found
No related merge requests found
Pipeline
#85258
passed
1 year ago
Stage: qa
Stage: test
Stage: doc
Stage: dist
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/idiap_devtools/scripts/cli.py
+1
-0
1 addition, 0 deletions
src/idiap_devtools/scripts/cli.py
with
1 addition
and
0 deletions
src/idiap_devtools/scripts/cli.py
+
1
−
0
View file @
d5e7592a
...
@@ -16,6 +16,7 @@ from .update_pins import update_pins
...
@@ -16,6 +16,7 @@ from .update_pins import update_pins
cls
=
AliasedGroup
,
cls
=
AliasedGroup
,
context_settings
=
dict
(
help_option_names
=
[
"
-?
"
,
"
-h
"
,
"
--help
"
]),
context_settings
=
dict
(
help_option_names
=
[
"
-?
"
,
"
-h
"
,
"
--help
"
]),
)
)
@click.version_option
()
def
cli
():
def
cli
():
"""
Idiap development tools - see available commands below.
"""
"""
Idiap development tools - see available commands below.
"""
pass
pass
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment