doc-kit log level is not respected
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 64
- Forks
- 71
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 31
Description
npx @doc-kit/cli generate -t web -o out -i /Users/user/Documents/node/doc/api/ --log-level fatal
[13:53:26.182] WARN: Invalid type annotation: {HTTP/2 Headers Object} at /diagnostics_channel(1629:1629)
[13:53:26.208] WARN: Invalid type annotation: {HTTP/2 Headers Object} at /diagnostics_channel(1636:1636)
[13:53:26.208] WARN: Invalid type annotation: {HTTP/2 Headers Object} at /diagnostics_channel(1650:1650)
[13:53:26.208] WARN: Invalid type annotation: {HTTP/2 Headers Object} at /diagnostics_channel(1682:1682)
[13:53:26.208] WARN: Invalid type annotation: {HTTP/2 Headers Object} at /diagnostics_channel(1689:1689)
[13:53:26.208] WARN: Invalid type annotation: {HTTP/2 Headers Object} at /diagnostics_channel(1703:1703)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the npx @doc-kit/cli generate command with --log-level fatal and inspect the CLI entry point that parses the option and emits the warnings. Confirm that fatal suppresses warning-level output while preserving fatal messages, then rerun the documented command to verify the behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- Half a day
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100