fastlane-old / snapshot

Automate taking localized screenshots of your iOS app on every device
https://fastlane.tools
1.96k stars 141 forks source link

Documentation: Snapshot launch arguments requires array but documentation has example of string #467

Closed owurman closed 8 years ago

owurman commented 8 years ago

The documentation at https://github.com/fastlane/snapshot gives an example Snapfile including:

launch_arguments("-username Felix")

When I last did "Snapshot init" it created a Snapfile with this line commented out, as well. However, when trying to actually use something similar, I get:

[!] 'launch_arguments' value must be a Array! Found String instead.

I have to instead use: launch_arguments(["-username Felix"])

Please update the docs when you get a chance.

vpolouchkine commented 8 years ago

Thanks for the report, I'll update the docs.

fastlanebot commented 8 years ago

This issue was migrated to https://github.com/fastlane/fastlane/issues/2485. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket: