feat: support srt
This commit is contained in:
parent
00deeaf425
commit
7d5a8bdf54
5 changed files with 205 additions and 21 deletions
2
main.go
2
main.go
|
@ -15,7 +15,7 @@ func main() {
|
|||
case "sync":
|
||||
syncLyrics(os.Args[2:])
|
||||
case "convert":
|
||||
convertLyrics(os.Args[2:])
|
||||
convert(os.Args[2:])
|
||||
case "fmt":
|
||||
fmtLyrics(os.Args[2:])
|
||||
case "version":
|
||||
|
|
Reference in a new issue