`alr index --del 1` errors with: Given index not found: 1
The `alr index --del 1` command fails with a misleading error message because it expects an index name, not an index number. The issue suggests that the error message should be updated to accurately reflect that an index name is required.