-
-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
Thanks for the awesome work on this project β exactly what I was looking for π―
So I've just been trying to add an extraMessage when the user's JDK isn't set to JAVA_HOME. I have the following block of code which gives the following output:
doctor {
javaHome {
extraMessage.set("""
For more information, see:
https://www.notion.so/my-organisation/This-title-is-probably-too-long-b10b17532e6674044ac-12g879d4872100
""".trimIndent())
}
}
This works well, except for the fact that the link has been cutoff slightly, so the URL is still clickable, but invalid. Unfortunately Notion produces very long links (and has no first party link shortener) π
I'm not totally clear on what a solution would look like, but perhaps a way to configure the max window size? Or have it dynamically sized by the largest string in extraMessage?
runningcode
Metadata
Metadata
Assignees
Labels
No labels