diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-04 09:24:02 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-04 09:24:02 +0200 |
| commit | 11d1c51b97ae830b591c51b874da01de90a083dc (patch) | |
| tree | ebd0a6a9e8e807dc9e8eb6aa3b9214295602f423 /README.md | |
| parent | 64f419d7485cefee854c04c5b49e8adfc5e80531 (diff) | |
| download | mkhintfile-11d1c51b97ae830b591c51b874da01de90a083dc.tar.gz mkhintfile-11d1c51b97ae830b591c51b874da01de90a083dc.zip | |
feat: -l skips versionless hints, widen version columns
--list now skips hint files with no VERSION (e.g. pure DELREQUIRES
hints) and excludes them from the total. Version columns widened
10->22 to fit long version strings without shifting other rows.
Adds T57.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ When updating a hint with multiline DOWNLOAD, mkhint: ### List hint files -Lists each hint file with its `HintVer` (version in the hint) and `SBOVer` (version in the repository `.info`). Rows where the two are byte-equal are highlighted, so you can see at a glance which hints are now redundant with the upstream SBo version. Color is used only on a TTY; piped output is plain. A legend is printed when any row matched. +Lists each hint file with its `HintVer` (version in the hint) and `SBOVer` (version in the repository `.info`). Hints with no `VERSION` set (e.g. pure `DELREQUIRES` hints) are skipped. Version columns are wide enough for long version strings. Rows where the two are byte-equal are highlighted, so you can see at a glance which hints are now redundant with the upstream SBo version. Color is used only on a TTY; piped output is plain. A legend is printed when any row matched. ```bash mkhint --list |
