X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli.rb/blobdiff_plain/2a60e941a77fa78e17270725daa6cfd3bdad4c57..f1f1106951c4acf88e28555415d39e249a3d13f6:/bin/lrc diff --git a/bin/lrc b/bin/lrc index 3f71d87..19e5456 100755 --- a/bin/lrc +++ b/bin/lrc @@ -35,6 +35,10 @@ Options: exit end + opts.on("-t", "--title", "Shows the song title and artist") do + Lyricli.show_title + end + opts.on("-h", "--help", "Shows this message") do puts opts exit