I am creating a spl token using solana CLI as per the following documentation, https://solana.com/developers/guides/getstarted/how-to-create-a-token.
this already include the burn functionality by default.
I want to add a total cap for the entire supply , is there a way to add it for my spl token? In CLI or other methods?