X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli.rb/blobdiff_plain/f1f1106951c4acf88e28555415d39e249a3d13f6..HEAD:/bin/lrc?ds=sidebyside diff --git a/bin/lrc b/bin/lrc index 19e5456..18371ab 100755 --- a/bin/lrc +++ b/bin/lrc @@ -19,7 +19,7 @@ Options: end opts.on("-l", "--list-sources", "List all available Sources") do - puts Lyricli.sources + puts Lyricli.listSources() exit end @@ -36,17 +36,7 @@ Options: 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 - end - - opts.on("-v", "--version", "Show version") do - puts Lyricli.version - exit + Lyricli.show_title = true end end.parse!