class Swagcov::Command::ReportVersion

def run

def run
  $stdout.puts ::Swagcov::Version::STRING
  ::Swagcov::STATUS_SUCCESS
end