feat: make digest_value optional and add digest display

This commit is contained in:
Andrew Phillips
2025-05-13 17:49:19 -03:00
committed by Andrew Phillips (aider)
parent 1d9ca1b9dd
commit 1aaf1e6221
4 changed files with 18 additions and 8 deletions

View File

@@ -53,6 +53,8 @@ pub enum ColumnType {
Time,
Size,
Compression,
DigestType,
DigestValue,
FileSize,
FilePath,
Tags,