Sha256: 52ef6dde934cb74a6dff02b58e92ddbd4afb4af589e84f0d3bbe2b1a15fa8a78

Contents?: true

Size: 532 Bytes

Versions: 8

Compression:

Stored size: 532 Bytes

Contents

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.name != "build-tool"
        end

        def do_execute
            raise NotImplementedError
        end

    end # class EnvironmentsCLI

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
build-tool-0.4.2 lib/build-tool/commands/environments.rb
build-tool-0.4.1 lib/build-tool/commands/environments.rb
build-tool-0.4.0 lib/build-tool/commands/environments.rb
build-tool-0.3.3 lib/build-tool/commands/environments.rb
build-tool-0.3.2 lib/build-tool/commands/environments.rb
build-tool-0.3.1 lib/build-tool/commands/environments.rb
build-tool-0.3 lib/build-tool/commands/environments.rb
build-tool-0.2 lib/build-tool/commands/environments.rb