We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f9947b commit 5aa9d2fCopy full SHA for 5aa9d2f
pyproject.toml
@@ -80,8 +80,8 @@ Bug-Tracker = "https://github.com/DiamondLightSource/python-murfey/issues"
80
Documentation = "https://github.com/DiamondLightSource/python-murfey"
81
GitHub = "https://github.com/DiamondLightSource/python-murfey"
82
[project.scripts]
83
-murfey = "murfey.client:run"
84
"murfey.add_user" = "murfey.cli.add_user:run"
+"murfey.client" = "murfey.client:run"
85
"murfey.create_db" = "murfey.cli.create_db:run"
86
"murfey.db_sql" = "murfey.cli.murfey_db_sql:run"
87
"murfey.decrypt_password" = "murfey.cli.decrypt_db_password:run"
0 commit comments