Sha256: b5bdf72a7d31df166505a75619f47de47b4defd9383b9fe0faca9f5d6856e7d2

Contents?: true

Size: 358 Bytes

Versions: 24

Compression:

Stored size: 358 Bytes

Contents

module Veewee
  module Command
    module Helpers
      # Initializes the environment by pulling the environment out of
      # the configuration hash and sets up the UI if necessary.
      def initialize_environment(args, options, config)
        raise Errors::CLIMissingEnvironment if !config[:env]
        @env = config[:env]
      end

     end
  end
end

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
veewee-0.4.0 lib/veewee/command/helpers.rb
veewee-0.3.12 lib/veewee/command/helpers.rb
veewee-0.3.11 lib/veewee/command/helpers.rb
veewee-0.3.10 lib/veewee/command/helpers.rb
veewee-0.3.9 lib/veewee/command/helpers.rb
veewee-atlassian-0.3.11 lib/veewee/command/helpers.rb
veewee-0.3.7 lib/veewee/command/helpers.rb
veewee-0.3.6 lib/veewee/command/helpers.rb
veewee-0.3.5 lib/veewee/command/helpers.rb
veewee-0.3.4 lib/veewee/command/helpers.rb
veewee-0.3.3 lib/veewee/command/helpers.rb
veewee-0.3.2 lib/veewee/command/helpers.rb
veewee-0.3.1 lib/veewee/command/helpers.rb
veewee-0.3.0.beta2 lib/veewee/command/helpers.rb
veewee-0.3.0.beta1 lib/veewee/command/helpers.rb
veewee-0.3.0.alpha9 lib/veewee/command/helpers.rb
veewee-0.3.0.alpha8 lib/veewee/command/helpers.rb
veewee-0.3.0.alpha7 lib/veewee/command/helpers.rb
veewee-0.3.0.alpha6 lib/veewee/command/helpers.rb
veewee-0.3.0.alpha5 lib/veewee/command/helpers.rb