diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-10 12:04:30 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-10 12:04:30 +0200 |
| commit | 7c37592b66cd64de0734e26eac27e04054f761d5 (patch) | |
| tree | a84f3ffbb6313898202b54f88c03528e814e8514 /mkhint.1.md | |
| parent | 8c2b5e0194ea9be0eb6176976eb7bac1b979c667 (diff) | |
| download | mkhintfile-7c37592b66cd64de0734e26eac27e04054f761d5.tar.gz mkhintfile-7c37592b66cd64de0734e26eac27e04054f761d5.zip | |
feat: add NoDL column to --list
-l now shows a NoDL column (✓ when the hint has NODOWNLOAD=yes) next to
the existing DelReq column. Detected via grep -qi '^NODOWNLOAD=yes',
padded with _pad_glyph for multibyte alignment.
Tests T68/T69 cover populated and blank NoDL. Docs (CLAUDE.md, README,
man page) updated and mkhint.1.gz rebuilt.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'mkhint.1.md')
| -rw-r--r-- | mkhint.1.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mkhint.1.md b/mkhint.1.md index aa458a7..28f294b 100644 --- a/mkhint.1.md +++ b/mkhint.1.md @@ -74,8 +74,9 @@ phantom dependency, ensure its hint carries the matching `DELREQUIRES`. Idempotent. Mutually exclusive with **-V**, **-f**, **-n**. **\--list**, **-l** \[*FILE*...] -: List all hint files with their hint version, `.info` version, and a -`DelReq` marker. With package names, show each hint side by side with its +: List all hint files with their hint version, `.info` version, a +`DelReq` marker (populated `DELREQUIRES`), and a `NoDL` marker +(`NODOWNLOAD=yes`). With package names, show each hint side by side with its `.info` instead of the table. **\--review**, **-R** \[*FILE*...] |
