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

fix: prompt should print with Fprintf #144

Merged
merged 1 commit into from
Jun 27, 2023
Merged

fix: prompt should print with Fprintf #144

merged 1 commit into from
Jun 27, 2023

Conversation

verbanicm
Copy link
Contributor

Using fmt.Print() was causing the output to show the empty args array.

e.g.

fmt.Print(c.Stdout(), "this is a message", []string{}) -> this is a message[]

@verbanicm verbanicm requested a review from sethvargo June 27, 2023 12:22
@verbanicm verbanicm requested a review from a team as a code owner June 27, 2023 12:22
@verbanicm verbanicm requested review from a team, bradegler and raserva June 27, 2023 12:22
@verbanicm verbanicm enabled auto-merge (squash) June 27, 2023 12:24
@verbanicm verbanicm merged commit f65777e into main Jun 27, 2023
@verbanicm verbanicm deleted the verbanicm/fix branch June 27, 2023 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants