-
Notifications
You must be signed in to change notification settings - Fork 4
feat: Add support to give error flag name in error if required flag is missing #68
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
Conversation
…e with updated version of contract-go
|
Updated command response if required flag is missing base64: base64-tgz: decrypt-attestation: download-certificate: encrypt: encrypt-string: get-certificate: image: validate-contract: validate-encryption-certificate: validate-network: |
Sashwat-K
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets make the error come first and then the help after few lines.
updated @Sashwat-K Sample cmd after suggested changes: base64: base64-tgz : get-certificate: |
Sashwat-K
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you @vikas-sharma24 for this change!
|
🎉 This PR is included in version 1.13.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
Added support to give error flag name in error if required flag is missing
Related Issue
Fixes #69
Type of Change
Testing
Added all test result here: #68 (comment)
Checklist