| 123456789101112 |
- return {
- summary = 'Get the location of the user\'s home directory.',
- description = 'Returns the absolute path of the user\'s home directory.',
- arguments = {},
- returns = {
- {
- name = 'path',
- type = 'string',
- description = 'The absolute path of the user\'s home directory.'
- }
- }
- }
|