about summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml8
1 files changed, 5 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 0c944c3..4400828 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -65,8 +65,10 @@ combine-as-imports = true
 known-first-party = ["rbx_nomad"]
 
 [project.scripts]
+hashi_env = "cli.hash_env:cli"
+int2ip = "cli.ipconverter:int2ip"
+ip2int = "cli.ipconverter:ip2int"
+nomad_allocs = "cli.nomad_allocs:cli"
 pizza = "cli.pizza:main"
-slocalc = "cli.slocalc:cli"
 seqstat = "cli.seqstat:cli"
-ip2int = "cli.ipconverter:ip2int"
-int2ip = "cli.ipconverter:int2ip"
+slocalc = "cli.slocalc:cli"