Skip to content

Commit

Permalink
update: msc example
Browse files Browse the repository at this point in the history
  • Loading branch information
fzdwx committed Jul 30, 2022
1 parent 96448c6 commit 844ba0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/msc.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ var mscCmd = &cobra.Command{
Use: "msc [song name]",
Aliases: []string{"mc"},
Short: "download music",
Long: `download music. e.g:
get mc 不能说的秘密 `,
Long: `download music.`,
Example: `get mc 不能说的秘密
get msc 我的天空 `,
Run: func(cmd *cobra.Command, args []string) {
if len(args) < 1 {
cmd.Usage()
Expand Down

0 comments on commit 844ba0e

Please sign in to comment.