Sha256: 9cbbdc6da03ceecfe0b070cf08881edcf7caa7b35e531081d62eaeb320e38ee2

Contents?: true

Size: 474 Bytes

Versions: 12

Compression:

Stored size: 474 Bytes

Contents

# -*- coding: UTF-8 -*-

require 'build-tool/commands'

module BuildTool; module Commands

    class EnvironmentsCLI < Commands::SubCommands

        name        "environments"
        description "Environment related commands."

        def initialize_options
            super
        end

        def applicable?
            BuildTool::Application.instance.has_recipe?
        end

    end # class EnvironmentsCLI

end; end # module BuildTool::Commands::EnvironmentsCLI

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
build-tool-0.6.9 lib/build-tool/commands/environments.rb
build-tool-0.6.8 lib/build-tool/commands/environments.rb
build-tool-0.6.7 lib/build-tool/commands/environments.rb
build-tool-0.6.6 lib/build-tool/commands/environments.rb
build-tool-0.6.5 lib/build-tool/commands/environments.rb
build-tool-0.6.4 lib/build-tool/commands/environments.rb
build-tool-0.6.3 lib/build-tool/commands/environments.rb
build-tool-0.6.2 lib/build-tool/commands/environments.rb
build-tool-0.6.1 lib/build-tool/commands/environments.rb
build-tool-0.6.0 lib/build-tool/commands/environments.rb
build-tool-0.6.0.rc2 lib/build-tool/commands/environments.rb
build-tool-0.6.0.rc1 lib/build-tool/commands/environments.rb