mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 20:48:30 +00:00
Use long-form --color option
This commit is contained in:
parent
e2ef2349c8
commit
69c6c11f34
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ build() {
|
||||||
-scheme mas-cli \
|
-scheme mas-cli \
|
||||||
-configuration Release \
|
-configuration Release \
|
||||||
clean build \
|
clean build \
|
||||||
| xcpretty -c
|
| xcpretty --color
|
||||||
}
|
}
|
||||||
|
|
||||||
archive() {
|
archive() {
|
||||||
|
@ -25,7 +25,7 @@ archive() {
|
||||||
-scheme mas-cli \
|
-scheme mas-cli \
|
||||||
-archivePath mas.xcarchive \
|
-archivePath mas.xcarchive \
|
||||||
archive \
|
archive \
|
||||||
| xcpretty -c
|
| xcpretty --color
|
||||||
}
|
}
|
||||||
|
|
||||||
main
|
main
|
||||||
|
|
Loading…
Add table
Reference in a new issue