Sha256: 2df6ee8efd4b0cb13fd74423e1d849f5c0256e43ab8ed30b0f4092843be827b7

Contents?: true

Size: 702 Bytes

Versions: 2

Compression:

Stored size: 702 Bytes

Contents

# frozen_string_literal: true

require 'eac_cli/core_ext'
require 'eac_ruby_utils/console/docopt_runner'

module Avm
  module Tools
    class Runner
      class AppSrc
        class EacAsciidoctorBase0
          require_sub __FILE__

          runner_with :help, :subcommands do
            desc 'EacAsciidoctorBase0 utitilies for local projects.'
            subcommands
          end

          def project_banner
            infov 'Project', project.name
            infov 'Path', project.root
          end

          private

          def project_uncached
            ::Avm::EacWritingsBase0::Project.new(runner_context.call(:instance_path))
          end
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
avm-tools-0.97.0 lib/avm/tools/runner/app_src/eac_asciidoctor_base0.rb
avm-tools-0.96.0 lib/avm/tools/runner/app_src/eac_asciidoctor_base0.rb