Disable progress bars in stdout mode

This commit is contained in:
Dylan 2016-03-03 11:28:30 +11:00
parent a16e446455
commit 2c90455f38
1 changed files with 1 additions and 0 deletions

View File

@ -2536,6 +2536,7 @@ while [ "$1" ]; do
# Stdout
--stdout)
unset info_color colors
unset -f bar
case "$2" in
"--"* | "") echo "--stdout requires at least one argument"; exit ;;
*) shift; args=("$@"); config="off" stdout ;;