We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54949ca + 5ccc365 commit b49261cCopy full SHA for b49261c
1 file changed
internal/accounts/list.go
@@ -153,6 +153,10 @@ func (r *accountsListResult) String() string {
153
}
154
155
156
+ _, _ = fmt.Fprintf(writer, "\n")
157
+ fundingTip := branding.GrayStyle.Render("💡 Tip: To fund testnet accounts, run: ") + branding.PurpleStyle.Render("flow accounts fund")
158
+ _, _ = fmt.Fprintf(writer, "%s\n", fundingTip)
159
+
160
_ = writer.Flush()
161
return b.String()
162
0 commit comments