-
Notifications
You must be signed in to change notification settings - Fork 649
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: change getCommand default format auto #598
Conversation
86d58d8
to
61627f5
Compare
@ahrtr I updated this accordingly, ptal 👍🏽 |
/assign @ahrtr |
@fuweid would appreciate your review :) |
@@ -1064,7 +1064,7 @@ Additional options include: | |||
--format | |||
Output format. One of: `+FORMAT_MODES+` (default=bytes) | |||
--parse-format | |||
Input format (of key). One of: ascii-encoded|hex (default=ascii-encoded)" |
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.
There is no auto
for parse-format
to the input. So, I think we should not touch this line.
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.
It could be Line 1065
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.
good catch, my bad 👍🏽 thanks tons 🙏🏽
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.
fixed 👍🏽
Signed-off-by: Mustafa Elbehery <[email protected]>
61627f5
to
987e20b
Compare
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
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
This PR changes getCommand default format from ascii-encoded to auto
resolves ##588
cc @ahrtr