Class: Ellipses::Server::CLI::Commands::Dump

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/ellipses/server/cli/dump.rb

Instance Method Summary collapse

Instance Method Details

#call(path:, symbols: []) ⇒ Object



13
14
15
# File 'lib/ellipses/server/cli/dump.rb', line 13

def call(path:, symbols: [], **)
  puts Ellipses::Server::Application.dump path, *symbols
end