aux/picky/cli.rb in picky-3.2.0 vs aux/picky/cli.rb in picky-3.3.0

- old
+ new

@@ -98,11 +98,13 @@ end end # Maps commands to the other gem's command. # + # TODO Try to load the other gems and get the commands dynamically. + # @@mapping = { - :generate => [Generate, :'{sinatra_client,unicorn_server,empty_unicorn_server}', :'app_directory_name'], + :generate => [Generate, :'{client,server,sinatra_client,unicorn_server,all_in_one}', :'app_directory_name'], :help => [Help], :live => [Live, 'host:port/path (default: localhost:8080/admin)', 'port (default: 4568)'], :search => [Search, :url_or_path, 'amount of ids (default 20)'], :stats => [Statistics, :'logfile (e.g. log/search.log)', 'port (default: 4567)'] } \ No newline at end of file