class Pechkin::Command::Check

Check configuration consistency and exit.

Public Instance Methods

execute() click to toggle source
# File lib/pechkin/command/check.rb, line 9
def execute
  configuration # load configuration from disk and do nothing more
end
matches?() click to toggle source
# File lib/pechkin/command/check.rb, line 5
def matches?
  options.check?
end