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