Class: Suma::Cli::Validate
- Inherits:
-
Thor
- Object
- Thor
- Suma::Cli::Validate
- Defined in:
- lib/suma/cli/validate.rb
Overview
Main validate command that groups the validation subcommands
Instance Method Summary collapse
Instance Method Details
#links(*args) ⇒ Object
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 |