Sha256: 7296849873349603137361e0eb31cb3496b16c0b338dd61657b9599e92f029f3
Contents?: true
Size: 545 Bytes
Versions: 17
Compression:
Stored size: 545 Bytes
Contents
require_relative 'context-manager' module Context class ContextKnifeContext < DefaultStudio banner "knife context knife context" deps do Knife::DefaultKnifeContext.load_deps end option :context, :description => "Load an object internally on it" def run # Context::DeployContext.deployer.send(config[:omg]) if config[:omg] # Oh yeah, we are pumped. puts "OMG HELLO WORLD!!!8!!88" else # meh puts "I am just a fucking example. 8" end end end end
Version data entries
17 entries across 17 versions & 1 rubygems