Sha256: 70c4e5809dabe89b5c408a70ccff0fbe1555a7c827a3ac2a9a32a3c427ff05a9
Contents?: true
Size: 320 Bytes
Versions: 4
Compression:
Stored size: 320 Bytes
Contents
# typed: strict # frozen_string_literal: true module Packwerk module Commands class VersionCommand < BaseCommand extend T::Sig description "output packwerk version" sig { override.returns(T::Boolean) } def run out.puts(Packwerk::VERSION) true end end end end
Version data entries
4 entries across 4 versions & 1 rubygems