From e0a06f4a5e7078fdf88e760711fdd8c9e3519fff Mon Sep 17 00:00:00 2001 From: John Mertic Date: Mon, 11 Nov 2024 15:23:54 -0500 Subject: [PATCH] Change command name Signed-off-by: John Mertic --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd6ad7d..6a6e349 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ responses = "^0.25.3" build = "^1.2.2" [tool.poetry.scripts] -landscape = "lfx_landscape_tools.cli:Cli.run" +lfxlandscape = "lfx_landscape_tools.cli:Cli.run" [build-system] requires = ["poetry-core"]