fastlane
https://github.com/fastlane/fastlane
Ruby
🚀 The easiest way to automate building and releasing your iOS and Android apps
Fastlane::AutoComplete.get_auto_complete_line
Helper to get the auto complete register script line
Edit
git clone git@github.com:fastlane/fastlane.git
cd fastlane
open fastlane/lib/fastlane/auto_complete.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Fastlane--AutoComplete-get_auto_complete_line-for-pr
# Commit to gitgit add fastlane/lib/fastlane/auto_complete.rbgit commit -m "better docs for Fastlane::AutoComplete.get_auto_complete_line"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Fastlane--AutoComplete-get_auto_complete_line-for-pr
hub pull-request
# Celebrate!