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: default to standard output for the merge command #34

Merged
merged 5 commits into from
May 9, 2024

Conversation

andreaangiolillo
Copy link
Collaborator

Proposed changes

This PR updates the merge command to default to stdout

@andreaangiolillo andreaangiolillo marked this pull request as ready for review May 9, 2024 13:50
@andreaangiolillo andreaangiolillo requested a review from a team as a code owner May 9, 2024 13:50
@@ -65,6 +67,15 @@ func (o *Opts) PreRunE(_ []string) error {
return err
}

func prettyPrint(data []byte) error {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIT: Not sure about the name of this function. What about prettyPrintJson and jsonBytes []byte as argument?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

@andreaangiolillo andreaangiolillo merged commit 26043bf into main May 9, 2024
4 of 5 checks passed
@andreaangiolillo andreaangiolillo deleted the feat_standard_output branch May 9, 2024 14:04
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.

2 participants