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

refactor: Move --format under common flags #322

Open
matevz opened this issue Nov 19, 2024 · 0 comments · May be fixed by #336
Open

refactor: Move --format under common flags #322

matevz opened this issue Nov 19, 2024 · 0 comments · May be fixed by #336
Assignees
Labels
code quality Improve quality of code go Pull requests that update Go code

Comments

@matevz
Copy link
Member

matevz commented Nov 19, 2024

The --format flag is used to change the output from human readable format (text) to json or cbor. Currently it has three implementations (account.go, notwork.go and paratime.go). Unify the behavior of this flag as a common flag and add it to specific commands that support it.

@matevz matevz added code quality Improve quality of code go Pull requests that update Go code labels Nov 19, 2024
@abukosek abukosek linked a pull request Dec 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Improve quality of code go Pull requests that update Go code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants