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

fix(cli) - fix incosistencies on return codes #766

Merged
merged 4 commits into from
Oct 30, 2023
Merged

Conversation

ctrlc03
Copy link
Collaborator

@ctrlc03 ctrlc03 commented Oct 23, 2023

No description provided.

@ctrlc03 ctrlc03 self-assigned this Oct 23, 2023
@ctrlc03 ctrlc03 linked an issue Oct 23, 2023 that may be closed by this pull request
@baumstern
Copy link
Member

Given that the calling functions don't check the return codes, standardizing them might not add value. For a cleaner approach, I suggest simply using return without any values.

@baumstern
Copy link
Member

Noticed that e2e integration test failed. Just trigerred to re-run..

@ctrlc03
Copy link
Collaborator Author

ctrlc03 commented Oct 26, 2023

Given that the calling functions don't check the return codes, standardizing them might not add value. For a cleaner approach, I suggest simply using return without any values.

yea fair point, I did think that too at first but refrained from changing too much.. if we both agree though I'll just remove the return code everywhere

Copy link
Member

@baumstern baumstern left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@baumstern baumstern merged commit 300772d into dev Oct 30, 2023
8 checks passed
@ctrlc03 ctrlc03 deleted the fix/error-codes branch October 30, 2023 11:26
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

Successfully merging this pull request may close these issues.

inconsistent error return code from the verify cli command line
2 participants