Class: Ellipses::Server::CLI::Commands::Validate

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

Instance Method Summary collapse

Instance Method Details

#call(path:) ⇒ Object



14
15
16
# File 'lib/ellipses/server/cli/validate.rb', line 14

def call(path:)
  Ellipses::Server::Application.validate path
end