This function defines a command-line interface (CLI) command for broadcasting a MsgMint message using the Cobra library. Specifically, it implements a CLI command for minting new tokens and broadcasting the operation to the blockchain network.
However, the Use field lacks the mint-to-address parameter.
When users execute mantrachaind tx tokenfactory mint, the command prompt is incorrect because it is missing the mint-to-address parameter.
Add the mint-to-address parameter to the mint command to clearly specify the target address for token minting.
