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

Implement sophisticated parser for bwrite command #164

Closed
Tracked by #146
StoneDot opened this issue Sep 8, 2023 · 1 comment
Closed
Tracked by #146

Implement sophisticated parser for bwrite command #164

StoneDot opened this issue Sep 8, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@StoneDot
Copy link
Contributor

StoneDot commented Sep 8, 2023

We should offer the same parsing experience for the bwrite command as the upd command implemented by #132.

Currently, dynein supports the following way.

dy bwrite --input file.json

However, it is not much dynein feel. The below example demonstrates the preferable way.

dy bwrite --put '{Dynein format}' --put '{Dynein format}' --del '{Dynein format}'
@StoneDot
Copy link
Contributor Author

This is implemented by #190. Closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants