Sha256: 15129dfcc2df0ba02f96def69f86d5f2718d62f694ba9d75311c45e1219351ca
Contents?: true
Size: 163 Bytes
Versions: 2
Compression:
Stored size: 163 Bytes
Contents
# frozen_string_literal: true class CoconductorCLI < Thor desc 'version', 'Return the Coconductor version' def version say Coconductor::VERSION end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
coconductor-0.10.1 | lib/coconductor/commands/version.rb |
coconductor-0.10.0 | lib/coconductor/commands/version.rb |