Sha256: 4c9eb8044682333826a85f64552ff70ef6d30f6c34c155b0dd8585dc50202e3a
Contents?: true
Size: 197 Bytes
Versions: 1
Compression:
Stored size: 197 Bytes
Contents
require "thor" module CodeInventory module CLI class App < Thor desc "version", "Version information" def version puts CodeInventory::VERSION end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
codeinventory-0.3.1 | lib/codeinventory/cli/app.rb |