123456789101112131415161718 |
- return {
- tag = 'system-clipboard',
- summary = 'Get the clipboard text.',
- description = 'Returns the clipboard text.',
- arguments = {},
- returns = {
- text = {
- type = 'string | nil',
- description = 'The clipboard text.'
- }
- },
- variants = {
- {
- arguments = {},
- returns = { 'text' }
- }
- }
- }
|