heroku / cli-engine

https://github.com/oclif/oclif
ISC License
97 stars 14 forks source link

Example text uses heroku bin #113

Open RasPhilCo opened 7 years ago

RasPhilCo commented 7 years ago

https://github.com/heroku/cli-engine/blob/master/src/commands/plugins/install.js#L12

jdx commented 7 years ago

@heroku/cli any thoughts on this? it's actually a pretty tough problem we've brought up in the past. Also another place are error messages that show example text that comes from the API.

garyposter commented 7 years ago

Either templatized examples (hard) or generic binary name (not great UX). Or remove examples?

RasPhilCo commented 7 years ago

Done https://github.com/heroku/cli-engine/blob/master/src/commands/plugins/install.js#L9 for plugins:install, but no solution yet globally.