Sha256: 26c4f131cea25ba4fb19e76977b3401c8e0d6d830e82a1a3ed322d2836be7c25

Contents?: true

Size: 165 Bytes

Versions: 1

Compression:

Stored size: 165 Bytes

Contents

module EnvHound
  module CLI
    class Variables < Dry::CLI::Command
      def call(*)
        app = App.boot
        puts app.variables
      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/variables.rb