Class: Suma::Cli::Validate

Inherits:
Thor
  • Object
show all
Defined in:
lib/suma/cli/validate.rb

Overview

Main validate command that groups the validation subcommands

Instance Method Summary collapse

Instance Method Details



11
12
13
14
15
16
17
# File 'lib/suma/cli/validate.rb', line 11

def links(*args)
  require_relative "validate_links"

  # Forward the command to ValidateLinks
  links = Cli::ValidateLinks.new
  links.extract_and_validate(*args)
end