mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-17 09:27:14 +00:00
Args: Remove old --ascii arg
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user