Skip to content

Commit

Permalink
Rename skore command to skore-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
thomass-dev committed Jan 29, 2025
1 parent 30852f0 commit 8cbbce8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion skore/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Issues = "https://github.com/probabl-ai/skore/issues"
"Release notes" = "https://github.com/probabl-ai/skore/releases"

[project.scripts]
skore = "skore.__main__:main"
skore-ui = "skore.__main__:main"

[build-system]
requires = ["hatchling"]
Expand Down
5 changes: 4 additions & 1 deletion skore/src/skore/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@

def argumentparser():
"""Argument parser for the Skore CLI."""
parser = ColorArgumentParser(prog="skore")
parser = ColorArgumentParser(
prog="skore-ui",
description="Launch the skore UI on a defined skore project.",
)

parser.add_argument(
"--version",
Expand Down

0 comments on commit 8cbbce8

Please sign in to comment.