mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-14 12:37:16 +00:00
Args: Remove unused options
This commit is contained in:
4
neofetch
4
neofetch
@@ -3969,8 +3969,8 @@ get_args() {
|
|||||||
# Other
|
# Other
|
||||||
"--config")
|
"--config")
|
||||||
case "$2" in
|
case "$2" in
|
||||||
"none" | "off" | "") config="off" ;;
|
"none" | "off" | "") ;;
|
||||||
*) config_file="$2"; config="on"; get_user_config 2>/dev/null ;;
|
*) config_file="$2"; get_user_config 2>/dev/null ;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
"-v") verbose="on" ;;
|
"-v") verbose="on" ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user