Skip to content

Commit 5aa9d2f

Browse files
committed
Only start client if specifically requested
1 parent 1f9947b commit 5aa9d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ Bug-Tracker = "https://github.com/DiamondLightSource/python-murfey/issues"
8080
Documentation = "https://github.com/DiamondLightSource/python-murfey"
8181
GitHub = "https://github.com/DiamondLightSource/python-murfey"
8282
[project.scripts]
83-
murfey = "murfey.client:run"
8483
"murfey.add_user" = "murfey.cli.add_user:run"
84+
"murfey.client" = "murfey.client:run"
8585
"murfey.create_db" = "murfey.cli.create_db:run"
8686
"murfey.db_sql" = "murfey.cli.murfey_db_sql:run"
8787
"murfey.decrypt_password" = "murfey.cli.decrypt_db_password:run"

0 commit comments

Comments
 (0)