Sha256: ff7ac342ecfd575def935269c4b2af8a554ca03ee225778a3852bd44e1b57889
Contents?: true
Size: 523 Bytes
Versions: 12
Compression:
Stored size: 523 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.has_recipe? end def do_execute raise NotImplementedError end end # class EnvironmentsCLI end; end # module BuildTool::Commands::EnvironmentsCLI
Version data entries
12 entries across 12 versions & 1 rubygems