class Bake::Base

def call(*arguments)

@parameter arguments [Array(String)]
Proxy a method call using command line arguments through to the {Context} instance.
def call(*arguments)
	self.context.call(*arguments)
end