Sha256: e8935b575277ad2aebaa7dcdb6ba72d49ceb199cc37783230f240c0d661f47ad

Contents?: true

Size: 296 Bytes

Versions: 3

Compression:

Stored size: 296 Bytes

Contents

#!/bin/sh
# shellcheck disable=SC2155
# shellcheck disable=SC1090
# shellcheck disable=SC2039

if [ -n "$BASH_VERSION" ]; then
  source ~/.fastlane/completions/completion.bash
elif [ -n "$ZSH_VERSION" ]; then
  source ~/.fastlane/completions/completion.zsh
fi

# Do not remove v0.0.1

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fastlane_hotfix-2.165.1 fastlane/lib/assets/completions/completion.sh
fastlane_hotfix-2.165.0 fastlane/lib/assets/completions/completion.sh
fastlane_hotfix-2.187.0 fastlane/lib/assets/completions/completion.sh