| 123456789101112 |
- return {
- summary = 'Get the current operating system.',
- description = 'Returns the current operating system.',
- arguments = {},
- returns = {
- {
- name = 'os',
- type = 'string',
- description = 'Either "Windows", "macOS", "Linux", "Android" or "Web".'
- }
- }
- }
|