fastify / help

Need help with Fastify? File an Issue here.
https://www.fastify.io/
65 stars 8 forks source link

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

Open radiorz opened 3 years ago

radiorz commented 3 years ago

Environments:

I use fastify in command and it return like this:

image

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.
mcollina commented 3 years ago

It's probably a combination of yarn and windows :/.