class Bake::Context

def lookup(command)

@parameter command [String] The command name, e.g. `bundler:release`.
Lookup a recipe for the given command name.
def lookup(command)
	@recipes[command]
end