class Cucumber::Cli::Options

def initialize_project

def initialize_project
  ProjectInitializer.new.run && Kernel.exit(0)
end