Help is not printed: There are 9 help pages that matches the given result
See original GitHub issuePrerequisites
- I have written a descriptive issue title
- I have searched existing issues to ensure it has not already been reported
Fastify version
3.x.x
Plugin version
No response
Node.js version
14.17.0
Operating system
Windows
Operating system version (i.e. 20.04, 11.3, 10)
10
Description
Ive installed fastify on windows 10
over git bash
using yarn
.
When typing fastify
command the following is printed:
There are 9 help pages that matches the given request, please disambiguate:
* C:/Users/User/AppData/Roaming/npm/node_modules/fastify-cli/help/docs
* C:/Users/User/AppData/Roaming/npm/node_modules/fastify-cli/help/eject-ts
* C:/Users/User/AppData/Roaming/npm/node_modules/fastify-cli/help/eject
* C:/Users/User/AppData/Roaming/npm/node_modules/fastify-cli/help/generate-plugin
* C:/Users/User/AppData/Roaming/npm/node_modules/fastify-cli/help/generate
* C:/Users/User/AppData/Roaming/npm/node_modules/fastify-cli/help/help
* C:/Users/User/AppData/Roaming/npm/node_modules/fastify-cli/help/print-routes
* C:/Users/User/AppData/Roaming/npm/node_modules/fastify-cli/help/readme
* C:/Users/User/AppData/Roaming/npm/node_modules/fastify-cli/help/start
Ive tried removing it with yarn
and install with npm
which produces the same result.
Running in Windows CMD produces the same result.
Steps to Reproduce
yarn global install fastify-cli
fastify
Expected Behavior
The help page should be printed like shown in the docs.
EDIT:
fastify help
produces the same output.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Word does not Print page range, only full document 2021
This issue occurs if the page number does not match the number of pages for custom printing. It is recommended to generate consecutive...
Read more >Print a document in Word - Microsoft Support
Preview your document. Select File > Print. To preview each page, select the forward and backward arrows at the bottom of the page....
Read more >Video: Print a worksheet on a specific number of pages
Print specific pages ... You want to print a worksheet on a set number of pages. There are several ways to do this...
Read more >DHS AND SSA MISMATCHES - E-Verify
A DHS or SSA Tentative Nonconfirmation (mismatch) results when the information entered in E-Verify does not match DHS records or data ...
Read more >Advanced PDF print settings - Acrobat Pro - Adobe Support
If normal print settings don't produce the results you expect, you may need to specify options in the Advanced Print Setup dialog box....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@mcollina After debugging for a while, I found out that this is an issue on
help-me
package. I found a fix for this as well, will create a Pull Request onhelp-me
repo.Thanks!!