Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lando CLI does not report an error when using a command that does not exist #128

Open
hardyoyo opened this issue Feb 18, 2022 · 1 comment

Comments

@hardyoyo
Copy link
Contributor

For any lando project, if you try to run a command that does not exist, lando exits without any error. Some users might misinterpret this as a successful command.

You can duplicate this by running anything like:

lando this-command-does-not-exist

or maybe

lando poweroof

A colleague of mine has been running lando reload and was quite pleased with the speed of the command, but confused by the fact that their app never did reflect any changes. They really needed to run lando restart. Full "did you mean" coverage would be lovely, but... at least a "command not found" error message would be helpful.

@pirog
Copy link
Sponsor Member

pirog commented Feb 18, 2022

When we rebase on OCLIF i think we will get this out of the box although not 100% sure given lando's CLI is dynamic based on the app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants