Sha256: 742409670e2ee1c56bb77fa77c2583550f358259144bd11204272750a2a58011

Contents?: true

Size: 131 Bytes

Versions: 1

Compression:

Stored size: 131 Bytes

Contents

module EnvHound
  module CLI
    class Version < Dry::CLI::Command
      def call
        puts VERSION
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
env-hound-0.1.0.pre.pre lib/env_hound/cli/version.rb