fastify / fastify/help

Why my fastify-cli's print different from the official one?

Open
#448 1 comment 0 reactions 0 assignees View on GitHub
bug good first issue
Dominant language
No language data
Stars
68
Forks
8
Avg merge
11h 2m
Merged PRs (30d)
2

Description

Environments:
- windows 10
- yarn 1.22.5
I installed fastify-cli like this:
```
yarn global add fastify-cli
```

I use `fastify` in command and it return like this:

![image](https://user-images.githubusercontent.com/24271959/118577423-f362b880-b7bc-11eb-9f2e-4b20863ac43c.png)

But the github print like this:
```
Fastify command line interface, available commands are:

* start start a server
* generate generate a new project
* generate-plugin generate a new plugin project
* readme generate a README.md for the plugin
* print-routes prints the representation of the internal radix tree used by the router, useful for debugging.
* version the current fastify-cli version
* docs starts an interactive terminal session to view the Fastify docs for the Fastify version installed. navigate with arrow keys
* help help about commands

Launch 'fastify help [command]' to know more about the commands.

The default command is start, you can hit

fastify start plugin.js

to start plugin.js.
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.