module Bake::Command

The command line interface.

Public Class Methods

call(*arguments) click to toggle source
# File lib/bake/command.rb, line 28
def self.call(*arguments)
        Top.call(*arguments)
end