From 5e005a7ca88dbd134122d5b1f30598332ef558fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mayoral=20Vilches?= Date: Thu, 5 Jun 2025 19:40:31 +0200 Subject: [PATCH] Remove cai-logs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: VĂ­ctor Mayoral Vilches --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a2eb50e..005c1a81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -201,6 +201,5 @@ format-command = "ruff format --stdin-filename {filename}" [project.scripts] cai = "cai.cli:main" cai-replay = "tools.replay:main" -cai-logs = "tools.logs:main" cai-asciinema = "tools.asciinema:main" cai-gif = "tools.gif:main" \ No newline at end of file