require 'optparse'
require 'lyricli'
-
-options = {}
OptionParser.new do |opts|
opts.banner = %{Usage:
lrc [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