From 580e96c1c65e084c8282093c25d4ce40157e0296 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Fri, 3 Jan 2025 19:57:18 +0000 Subject: [PATCH] Added shorthand command --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7f19ad6..8dc45c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ description = "A tool to rapidly fetch fetch MLST profiles given sequences for v [project.scripts] nsbdiagnosistoolkit = "nsbdiagnosistoolkit.cli.program:cli" +nsbdiagtk = "nsbdiagnosistoolkit.cli.program:cli" [tool.pyright] extraPaths = ["src"]