setSource.lua 348 B

123456789101112131415
  1. return {
  2. summary = 'Set the project source.',
  3. description = [[
  4. Sets the location of the project's source. This can only be done once, and is usually done
  5. internally.
  6. ]],
  7. arguments = {
  8. {
  9. name = 'identity',
  10. type = 'string',
  11. description = 'The path containing the project\'s source.'
  12. }
  13. },
  14. returns = {}
  15. }