lib/ayadn/app.rb in ayadn-1.4.2 vs lib/ayadn/app.rb in ayadn-1.4.3

- old
+ new

@@ -417,10 +417,11 @@ subcommand "blacklist", Blacklist desc "nowplaying", "Post the current iTunes track (-np)" map "-np" => :nowplaying long_desc Descriptions.nowplaying - option :no_url, type: :boolean, desc: "Don't append preview or album art at the end of the post" + option :no_url, aliases: "-n", type: :boolean, desc: "Don't append preview or album art at the end of the post" + option :lastfm, aliases: "-l", type: :boolean, desc: "Get current track from Last.fm instead of iTunes" def nowplaying Action.new.nowplaying(options) end desc "random", "Show random posts from App.net (-rnd)"