Class: NeetoDeploy::CLI::Pg::Commands

Inherits:
Thor
  • Object
show all
Defined in:
lib/neeto_deploy/cli/pg/commands.rb

Instance Method Summary collapse

Instance Method Details

#cliObject



11
12
13
# File 'lib/neeto_deploy/cli/pg/commands.rb', line 11

def cli
  Console.new(options[:addon]).process!
end