bin/dokku in dokku-installer-cli-0.1.1 vs bin/dokku in dokku-installer-cli-0.1.2

- old
+ new

@@ -51,14 +51,9 @@ desc "url", "Show the URL for the application" def url puts "http://#{app_name}.#{domain}" end - desc "version", "Show dokku-installer-cli's version" - def version - puts "Dokku Installer CLI #{DokkuInstaller::VERSION}" - end - def help(method = nil) method = "walk" if method == "run" super end