Args: Remove old --ascii arg
This commit is contained in:
parent
3b1dc8ce24
commit
c3b82ecc31
1 changed files with 0 additions and 7 deletions
7
neofetch
7
neofetch
|
@ -3930,13 +3930,6 @@ get_args() {
|
||||||
exit
|
exit
|
||||||
;;
|
;;
|
||||||
|
|
||||||
# Ascii
|
|
||||||
"--ascii")
|
|
||||||
image_backend="ascii"
|
|
||||||
ascii="$2"
|
|
||||||
case "$2" in "-"* | "") ascii="distro" ;; esac
|
|
||||||
;;
|
|
||||||
|
|
||||||
"--ascii_colors")
|
"--ascii_colors")
|
||||||
unset ascii_colors
|
unset ascii_colors
|
||||||
for arg in "$2" "$3" "$4" "$5" "$6" "$7"; do
|
for arg in "$2" "$3" "$4" "$5" "$6" "$7"; do
|
||||||
|
|
Loading…
Reference in a new issue