yeoman / environment

Yeoman runtime environment
BSD 2-Clause "Simplified" License
128 stars 70 forks source link

fix: error message when generator not found #325

Closed pawelmitka closed 3 years ago

pawelmitka commented 3 years ago

Error message when generator was not found hinted invalid command: yo to list all generators. With yo v2 or newer the command should be: `yo --generators. See yo/lib/usage.

pawelmitka commented 3 years ago

@mshima Could you take a look at this PR?