feat: convert to plain text
This commit is contained in:
parent
0c57078a8a
commit
1b1862cb3f
3 changed files with 84 additions and 13 deletions
4
main.go
4
main.go
|
@ -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:
|
||||
|
|
Reference in a new issue