Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Output option --reporter to help of pnpm import #7829

Open
2 of 4 tasks
dickvandemeulengraaf opened this issue Mar 26, 2024 · 0 comments · May be fixed by #7864
Open
2 of 4 tasks

Add Output option --reporter to help of pnpm import #7829

dickvandemeulengraaf opened this issue Mar 26, 2024 · 0 comments · May be fixed by #7864

Comments

@dickvandemeulengraaf
Copy link

Verify latest release

  • I verified that the issue exists in the latest pnpm release

pnpm version

found issue in 8.15.3

Which area(s) of pnpm are affected? (leave empty if unsure)

CLI

Link to the code that reproduces this issue or a replay of the bug

No response

Reproduction steps

Run
pnpm import package-lock.json --reporter ndjson

This gives verbose output of the import command.

Describe the Bug

pnpm import package-lock.json --reporter ndjson

--reporter option works with import, but is not documented in help:

`pnpm help import
Version 8.15.4 (compiled to binary; bundled Node.js v18.5.0)
Usage: pnpm import

Generates pnpm-lock.yaml from an npm package-lock.json (or npm-shrinkwrap.json, yarn.lock) file.

Visit https://pnpm.io/8.x/cli/import for documentation about this command.`

Document is alike is done with

pnpm help install

Expected Behavior

--reporter option on pnpm import is documented in:

pnpm help import

Which Node.js version are you using?

18.19.0

Which operating systems have you used?

  • macOS
  • Windows
  • Linux

If your OS is a Linux based, which one it is? (Include the version if relevant)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant