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

feat(cli): introduce new output formatter #59

Merged
merged 14 commits into from
Feb 15, 2024
Merged

feat(cli): introduce new output formatter #59

merged 14 commits into from
Feb 15, 2024

Conversation

raventid
Copy link
Contributor

@raventid raventid commented Feb 9, 2024

This PR introduces few things:

  • output-format CLI param which controls the output format (so far it support plain/json/toml, but I might extend it in the future)
  • slight change of how we pass the context to execute command, I want to wrap Client in the Context to be more flexible on passing whatever params I want to the nested calls
  • updates rustc version and other dependencies

@raventid raventid changed the title eat(cli): introuce new output formatter feat(cli): introuce new output formatter Feb 9, 2024
@raventid raventid changed the title feat(cli): introuce new output formatter feat(cli): introduce new output formatter Feb 9, 2024
@aleksuss
Copy link
Member

aleksuss commented Feb 9, 2024

@raventid fix the conflicts please.

@raventid raventid marked this pull request as ready for review February 9, 2024 14:34
src/cli/simple/mod.rs Show resolved Hide resolved
src/cli/simple/command/mod.rs Show resolved Hide resolved
@aleksuss aleksuss merged commit 0c3faa2 into main Feb 15, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants