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

Using a command that doesn't exist returns 0 (success) #987

Open
Frzk opened this issue Jul 19, 2023 · 0 comments
Open

Using a command that doesn't exist returns 0 (success) #987

Frzk opened this issue Jul 19, 2023 · 0 comments
Labels

Comments

@Frzk
Copy link

Frzk commented Jul 19, 2023

Hello,

When using scalingo with a command that doesn't exist, it exits with a return code of 0 (zero):

% scalingo whatever

% echo $?
0

% scalingo cearte
You might be looking for:
  - 'create'
  - 'integration-link-create'
  - 'integration-link-update'
  - 'integration-link-delete'
  - 'notifiers-update'
  - 'backups-create'
  - 'alerts-update'
  - 'autoscalers-update'
  - 'migration-create'
  - 'integrations-delete'
  - 'update'

% echo $?
0

I don't think it should.

@EtienneM EtienneM added the low label Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants