✨ Rate current track
This commit is contained in:
parent
f0b04b7c05
commit
83dc41cb8e
4 changed files with 83 additions and 9 deletions
|
|
@ -12,7 +12,8 @@ import (
|
|||
|
||||
// stickerCmd represents the sticker command
|
||||
var stickerCmd = &cobra.Command{
|
||||
Use: "sticker",
|
||||
Use: "sticker [sticker-name]",
|
||||
Args: cobra.MinimumNArgs(1),
|
||||
Short: "A brief description of your command",
|
||||
Long: `A longer description that spans multiple lines and likely contains examples
|
||||
and usage of using your command. For example:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue