class Middleman::CLI

def build

def build
  v1_check
  thor_group = Middleman::Builder.new([], options).invoke_all
end