clipboard¶
Copies a given string into the clipboard. Works only on macOS
clipboard | |
---|---|
Supported platforms | ios, android, mac |
Author | @KrauseFx |
2 Examples¶
clipboard(value: "https://docs.fastlane.tools/")
clipboard(value: lane_context[SharedValues::HOCKEY_DOWNLOAD_LINK] || "")
Parameters¶
Key | Description | Default |
---|---|---|
value |
The string that should be copied into the clipboard |
* = default value is dependent on the user's system
To show the documentation in your terminal, run
fastlane action clipboard