diff options
| author | Danilo M. <danix@danix.xyz> | 2026-06-13 17:58:44 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-06-13 17:58:44 +0200 |
| commit | 8c14667b6377e643bd1e6d630e9d12bccf6660d3 (patch) | |
| tree | 74c7ebc3f03796f7f12f53ffbd02417dc7f7664a /README.md | |
| parent | 37f1ff189ffef9625609a339d635b29ba07fac8c (diff) | |
| download | mkhintfile-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.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
