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
csst-cicd
csst-dag
Commits
3a3712cc
Commit
3a3712cc
authored
Sep 11, 2025
by
BO ZHANG
🏀
Browse files
update command: csst --version
parent
1eea36bc
Changes
1
Show whitespace changes
Inline
Side-by-side
app/csst.py
View file @
3a3712cc
...
@@ -16,6 +16,10 @@ assert os.path.exists(DOT_CSST), f"`{DOT_CSST}` does not exist!"
...
@@ -16,6 +16,10 @@ assert os.path.exists(DOT_CSST), f"`{DOT_CSST}` does not exist!"
# Create main command group 'csst'
# Create main command group 'csst'
@
click
.
group
()
@
click
.
group
()
@
click
.
version_option
(
version
=
os
.
environ
.
get
(
"BUILD"
,
"BUILD not found"
),
prog_name
=
"CSST Pipeline Operation Tool"
,
)
def
csst
():
def
csst
():
"""CSST Pipeline Operation Tool"""
"""CSST Pipeline Operation Tool"""
pass
pass
...
...
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