This commit is contained in:
2025-04-09 08:45:38 +02:00
parent 19f52a8172
commit 84c656983a
3 changed files with 11 additions and 11 deletions

View File

@@ -30,10 +30,10 @@ cargo run -- delete-collection grid_documentation --doctree supercollection
echo -e "\n=== Listing Remaining Collections ==="
cargo run -- list --doctree supercollection
# Reset all collections
echo -e "\n=== Resetting All Collections ==="
cargo run -- reset --doctree supercollection
# # Reset all collections
# echo -e "\n=== Resetting All Collections ==="
# cargo run -- reset --doctree supercollection
# Verify all collections are gone
echo -e "\n=== Verifying Reset ==="
cargo run -- list --doctree supercollection
# # Verify all collections are gone
# echo -e "\n=== Verifying Reset ==="
# cargo run -- list --doctree supercollection