Sha256: 4af199136805654bf67ed453305aae516b1f8a5c487b0dc81f685b838966285c

Contents?: true

Size: 272 Bytes

Versions: 13

Compression:

Stored size: 272 Bytes

Contents

# frozen_string_literal: true

require 'eac_cli/core_ext'

module Ehbrs
  class Runner
    class Fs
      require_sub __FILE__

      runner_with :help, :subcommands do
        desc 'Ferramentas para o sistema de arquivos.'
        subcommands
      end
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
ehbrs-tools-0.23.0 lib/ehbrs/runner/fs.rb
ehbrs-tools-0.22.0 lib/ehbrs/runner/fs.rb
ehbrs-tools-0.21.0 lib/ehbrs/runner/fs.rb
ehbrs-tools-0.20.0 lib/ehbrs/runner/fs.rb
ehbrs-tools-0.19.0 lib/ehbrs/runner/fs.rb
ehbrs-tools-0.18.0 lib/ehbrs/runner/fs.rb
ehbrs-tools-0.17.0 lib/ehbrs/runner/fs.rb
ehbrs-tools-0.16.5 lib/ehbrs/runner/fs.rb
ehbrs-tools-0.16.4 lib/ehbrs/runner/fs.rb
ehbrs-tools-0.16.3 lib/ehbrs/runner/fs.rb
ehbrs-tools-0.16.2 lib/ehbrs/runner/fs.rb
ehbrs-tools-0.16.1 lib/ehbrs/runner/fs.rb
ehbrs-tools-0.16.0 lib/ehbrs/runner/fs.rb