-
Notifications
You must be signed in to change notification settings - Fork 490
feat(cli): support for reading and writing messages from/to files #1629
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
@DM1-1 GOOD JOB 👍 But I have a question: if we have successfully written it into the file, is it still necessary to print the information to the console? @Red-Asuka |
@ysfscream I think |
41e3f61
to
f29c661
Compare
PR Checklist
If you have any questions, you can refer to the Contributing Guide
What is the current behavior?
The current behavior of the CLI does not support reading and writing messages from/to files.
Issue Number
What is the new behavior?
The new behavior introduced by this PR allows the CLI to read messages from and write messages to files. This enhancement includes support for binary format for message representation.
Does this PR introduce a breaking change?
Specific Instructions
Other information