mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 04:42:51 +00:00
14 lines
449 B
Plaintext
14 lines
449 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, osx]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# sdef
|
|
|
|
> Get or generate a scripting definitions (`sdef`) file from a scriptable application.
|
|
> More information: <https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ScriptableCocoaApplications/SApps_creating_sdef/SAppsCreateSdef.html>.
|
|
|
|
- Print the scripting definitions of the given application:
|
|
|
|
`sdef {{/Applications/XCode.app}}`
|