Description
Running command-signatures list against an empty signatures file panics with an index-out-of-bounds instead of printing an empty table.
Steps to reproduce
touch /tmp/empty.json
command-signatures list --file /tmp/empty.json
- Panic:
index out of bounds: the len is 0 but the index is 0
Expected
An empty listing (or a clear 'no signatures found' message), not a panic.
Environment
Built from main, macOS.
Description
Running
command-signatures listagainst an empty signatures file panics with an index-out-of-bounds instead of printing an empty table.Steps to reproduce
touch /tmp/empty.jsoncommand-signatures list --file /tmp/empty.jsonindex out of bounds: the len is 0 but the index is 0Expected
An empty listing (or a clear 'no signatures found' message), not a panic.
Environment
Built from main, macOS.