When running yo to discover which generators I have installed, the name of a generator is incorrectly formatted when it contains a -. For example, say I have installed the generator generator-sample-project, when running yo the output is:
> yo
? 'Allo Tom! What would you like to do? (Use arrow keys)
Run a generator
> sample Project
──────────────
Update your generators
Install a generator
Find some help
Clear global config
(Move up and down to reveal more choices)
Instead of this I would expect either
sample-project
sample project
Sample project
Sample Project
But not sample Project.
I am running version 4.0.0 at Windows 10.
When running
yoto discover which generators I have installed, the name of a generator is incorrectly formatted when it contains a-. For example, say I have installed the generatorgenerator-sample-project, when runningyothe output is:Instead of this I would expect either
sample-projectsample projectSample projectSample ProjectBut not
sample Project.I am running version
4.0.0at Windows 10.