poke-cli
poke-cli copied to clipboard
Fix `fmt.Sprintf()` printing issue
The code is concatenating the effect text directly into the format string. When the text contains a % symbol, fmt.Sprintf interprets it as a format verb, causingae %!c(MISSING)error.