aliases
This commit is contained in:
parent
874712bbb2
commit
3a982468de
@ -12,6 +12,7 @@ import (
|
||||
// linkCmd represents the link command
|
||||
var linkCmd = &cobra.Command{
|
||||
Use: "link",
|
||||
Aliases: []string{"yy"},
|
||||
Short: "Print link to currently playing song",
|
||||
Long: `Print link to currently playing song`,
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
|
@ -12,6 +12,7 @@ func init() {
|
||||
|
||||
var unlikeCmd = &cobra.Command{
|
||||
Use: "unlike",
|
||||
Aliases: []string{"u"},
|
||||
Short: "unlikes song",
|
||||
Long: `unlikes song`,
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
|
Loading…
Reference in New Issue
Block a user