Rename tg-update-collection to tg-set-collection

This commit is contained in:
Cyber MacGeddon 2025-09-19 11:03:39 +01:00
parent 70876550dd
commit a28e5651e6
2 changed files with 1 additions and 1 deletions

View file

@ -87,7 +87,7 @@ tg-get-config-item = "trustgraph.cli.get_config_item:main"
tg-put-config-item = "trustgraph.cli.put_config_item:main"
tg-delete-config-item = "trustgraph.cli.delete_config_item:main"
tg-list-collections = "trustgraph.cli.list_collections:main"
tg-update-collection = "trustgraph.cli.update_collection:main"
tg-set-collection = "trustgraph.cli.set_collection:main"
tg-delete-collection = "trustgraph.cli.delete_collection:main"
[tool.setuptools.packages.find]