say¶
This action speaks the given text out loud
say | |
---|---|
Supported platforms | ios, android, mac |
Author | @KrauseFx |
1 Example¶
say("I can speak")
Parameters¶
Key | Description | Default |
---|---|---|
text |
Text to be spoken out loud (as string or array of strings) | |
mute |
If say should be muted with text printed out | false |
* = default value is dependent on the user's system
To show the documentation in your terminal, run
fastlane action say