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