nodejs / nodejs/doc-kit

doc-kit log level is not respected

Open
#1,032 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.