diff options
| author | Jeff Carr <[email protected]> | 2025-10-09 07:30:45 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-09 13:15:47 -0500 |
| commit | 4bec1cf656aa3a584d150868d41c5db55173b883 (patch) | |
| tree | aa9c689189019fcd00cb7eee330728eb3729eb7c | |
| parent | 8e39e4964805650a3b27f284eaf2ad5f97a5351b (diff) | |
show the arch
| -rw-r--r-- | tablePackages.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tablePackages.go b/tablePackages.go index 0a95ef6..a6968c1 100644 --- a/tablePackages.go +++ b/tablePackages.go @@ -34,6 +34,9 @@ func (pb *Packages) MakeDefaultTable() *PackagesTable { col = t.AddSHA256() col.Width = 6 + col = t.AddArchitecture() + col.Width = 8 + col = t.AddPackage() col.Width = 30 |
