-
Notifications
You must be signed in to change notification settings - Fork 55
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
feat: multi public-key for account delete-key command #207
Conversation
@Mehrbod2002 Thanks for the contribution! @FroVolod Please, review this PR. It seems that it does not have checkbox-list in the interactive mode and instead asks a user to specify public keys as a comma-separated list, but it might be already good enough for the time being while checkbox-list can be implemented later. |
@Mehrbod2002 I left a few comments here and there, and @FroVolod fixed a few places with a commit. Please, address the remaining items, and let's merge it. |
@frol Now you can review it . |
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.
Looks good to me now. Waiting for CI and ready to merge!
Fixes : #205
multi public-key for account delete-key command separated by
,
.