feat: convert to plain text

This commit is contained in:
CDN18 2024-08-11 12:13:11 +08:00
parent 0c57078a8a
commit 1b1862cb3f
Signed by: CDN
GPG key ID: 0C656827F9F80080
3 changed files with 84 additions and 13 deletions

View file

@ -14,6 +14,10 @@ func main() {
switch os.Args[1] {
case "sync":
syncLyrics(os.Args[2:])
case "convert":
convertLyrics(os.Args[2:])
case "fmt":
fmtLyrics(os.Args[2:])
case "help":
fmt.Println(USAGE)
default: