Add --image_size as an alias to --size
This commit is contained in:
parent
b33cf57c16
commit
8a1eb28987
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -3042,7 +3042,7 @@ getargs() {
|
|||
case "$2" in "--"* | "") image="ascii" ;; esac
|
||||
;;
|
||||
|
||||
--size) image_size="$2" ;;
|
||||
--image_size | --size) image_size="$2" ;;
|
||||
--crop_mode) crop_mode="$2" ;;
|
||||
--crop_offset) crop_offset="$2" ;;
|
||||
--xoffset) xoffset="$2" ;;
|
||||
|
|
Loading…
Reference in a new issue