branch_io_cli 0.12.9 → 0.12.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/assets/completions/completion.zsh +1 -1
- data/lib/branch_io_cli/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 57f39dd1fd898a98b4de753d97c6c009ac8fd74c0a20b17d6dce8b97bf17ef8c
|
4
|
+
data.tar.gz: a90d8ad9020c0012a9b81e4b98f29aa3e95750e452f1fd8d7aa8f76a62eff2b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c00d79ec662ce8baafdfce35ba28f5073c44d3030060e416057f261922f0af4d915f75c716905c30e3b7258c8ee15c16a4cee7376aed184e26812631c07e6e58
|
7
|
+
data.tar.gz: 2e66dd0cb1430763d2c68841cb100caf7375343426ecd35e33b134454f905ffc50f5c6fee31ea507a096fe7e0bf92d647a066a555cd96c9fe05f1859034228ce
|
@@ -5,7 +5,7 @@ _branch_io_complete() {
|
|
5
5
|
local word opts
|
6
6
|
word="$1"
|
7
7
|
opts="-h --help -t --trace -v --version"
|
8
|
-
opts
|
8
|
+
opts="$opts -L --live-key -T --test-key -D --domains --app-link-subdomain -U --uri-scheme -s --setting --test-configurations --xcodeproj --target --podfile --cartfile --carthage-command --frameworks --no-pod-repo-update --no-validate --force --no-add-sdk --no-patch-source --commit --no-confirm"
|
9
9
|
|
10
10
|
reply=( "${(ps: :)opts}" )
|
11
11
|
}
|