class Steep::Project::Options

def initialize

def initialize
  @paths = PathOptions.new(repo_paths: [])
  @libraries = []
end