getSource.lua 339 B

123456789101112
  1. return {
  2. summary = 'Get the location of the project source.',
  3. description = 'Get the absolute path of the project\'s source directory or archive.',
  4. arguments = {},
  5. returns = {
  6. {
  7. name = 'path',
  8. type = 'string',
  9. description = 'The absolute path of the project\'s source, or `nil` if it\'s unknown.'
  10. }
  11. }
  12. }