-
Notifications
You must be signed in to change notification settings - Fork 6
fix: wrap post-install message text #46
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
Conversation
|
Hmm, good point. Let me see if there's any general option I can pass to bubbletea to handle this |
|
I noticed that the charmbracelet team has an example where we add a "finalOutput" member to the cmd struct (alongside status) and then have the root cmd print the finalOutput. I started on this in amoeba@58d0803. |
|
Ah, you mean shift the output for when we're done to after the return instead of as part of the |
|
Yep. It cleanly separates the output into two categories. Requires quite a bit of change I think. |
amoeba
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works well! Thanks.

closes #19