Skip to content

Commit b49261c

Browse files
authored
Merge pull request #2083 from onflow/cf/add-fund-tip
Add tip about funding
2 parents 54949ca + 5ccc365 commit b49261c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

internal/accounts/list.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ func (r *accountsListResult) String() string {
153153
}
154154
}
155155

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+
156160
_ = writer.Flush()
157161
return b.String()
158162
}

0 commit comments

Comments
 (0)