class Ellipses::Client::CLI::Commands::Validate

Public Instance Methods

call(file:, paths:) click to toggle source
# File lib/ellipses/client/cli/validate.rb, line 14
def call(file:, paths:)
  Application.validate!(file, paths: paths)
end