lib/hanami/cli/commands/app/install.rb in hanami-cli-2.0.0.beta3 vs lib/hanami/cli/commands/app/install.rb in hanami-cli-2.0.0.beta4

- old
+ new

@@ -5,9 +5,11 @@ module Hanami module CLI module Commands module App class Install < Command + desc "Install Hanami third-party plugins" + def call(*) end end end end