Sha256: 200258e1defd7b83db3d400d979a6cb803a1aa7df5104f735c2ad945c35b4b70

Contents?: true

Size: 157 Bytes

Versions: 1

Compression:

Stored size: 157 Bytes

Contents

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