lib/twitter_clone_client.rb in SRUG-twitter-clone-client-0.1.3 vs lib/twitter_clone_client.rb in SRUG-twitter-clone-client-0.1.4
- old
+ new
@@ -19,10 +19,10 @@
SUB_COMMANDS = %w(show create delete)
def initialize
@opts = Trollop::options do
- banner "Twitter clone RESTful client"
+ banner "Twitter clone RESTful client\nAvailable commands: show, create, delete"
stop_on SUB_COMMANDS
end
@cmd = ARGV.shift # get the subcommand
@cmd_opts = case @cmd