Disable progress bars in stdout mode
This commit is contained in:
parent
a16e446455
commit
2c90455f38
1 changed files with 1 additions and 0 deletions
1
neofetch
1
neofetch
|
@ -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 ;;
|
||||
|
|
Loading…
Reference in a new issue