aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-06-13 17:58:44 +0200
committerDanilo M. <danix@danix.xyz>2026-06-13 17:58:44 +0200
commit8c14667b6377e643bd1e6d630e9d12bccf6660d3 (patch)
tree74c7ebc3f03796f7f12f53ffbd02417dc7f7664a /README.md
parent37f1ff189ffef9625609a339d635b29ba07fac8c (diff)
downloadmkhintfile-8c14667b6377e643bd1e6d630e9d12bccf6660d3.tar.gz
mkhintfile-8c14667b6377e643bd1e6d630e9d12bccf6660d3.zip
docs: document --check populate-missing-sections prompt
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index e71429d..5eb5ec0 100644
--- a/README.md
+++ b/README.md
@@ -146,6 +146,8 @@ mkhint --check pkg1 pkg2 # check specific packages
mkhint -C # short form
```
+If any scanned hint file has no nvchecker source configured, `--check` lists those packages and offers to populate `nvchecker.toml` for them in one prompt — auto-detecting github/pypi from the SBo `.info`, otherwise writing a commented stub to fill in. After populating, it asks you to review the file (fill any stubs) and re-run `mkhint -C`. Packages with no matching `.info` in the repository are skipped.
+
### Help
```bash