# File lib/webby/apps/main.rb, line 29
  def run( args )
    args = args.dup

    parse args
    init args
    self.__send__(*@command)
  end