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

@ -9,6 +9,11 @@ type Lyrics struct {
const USAGE = `Usage: lyc-cli [command] [options]
Commands:
sync Synchronize timeline of two lyrics files
convert Convert lyrics file to another format
help Show help`
const SYNC_USAGE = `Usage: lyc-cli sync <source> <target>`
const CONVERT_USAGE = `Usage: lyc-cli convert <source> <target>
Note:
Target format is determined by file extension. Supported formats:
.txt Plain text format(No meta/timeline tags)`