Commit 3a3712cc authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

update command: csst --version

parent 1eea36bc
...@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment