89 90 91 92 93
# File 'lib/sem/cli/projects.rb', line 89 def list(project_name) project = Sem::API::Project.find!(project_name) Sem::Views::Files.list(project.config_files) end